Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
None
-
None
-
None
-
AjaxFacesContextFactory, FacesPortlet, JSF
Description
We have lot of jsps and UI elements under single form. If it is PortletFacesContextFactoryImpl(<faces-context-factory>) and FacesGenericPortlet its working fine. If we change to AjaxFacesContextFactory(<faces-context-factory>) and FacesPortlet, second time any action is not happening. We are using jsf-portletbridge.jar for AjaxFacesContextFactory.
This issue is solved if we use more <h:form>. But, since it is performance issue we are looking for alternative solution. Anyone please help me to resolve this problem.
We are using tabbedpane, but its not a issue, if we remove too its not working.