I have a portlet which opens a popup on click of link on it. On this popup, there is a three step process needs to be performed:
1. Upload a file.
2. Review Content.
3. Misc. tasks.
These steps are to be performed without navigating away from the page i.e. through AJAX. These pages are in JSF and have backing bean attached. But I am having difficulty in loading portlets through AJAX.
Is there any solution for this type of scenario?
I heard of 'detached portlets'. But I dont know whether that will help here.