Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2.2
-
None
-
None
Description
As discussed on the user list, Leonardo Uribe asked me to create a ticket for this feature.
The idea is to allow the view state to be rendered in the beginning of the form to avoid a ViewExpiredException in case of a postback on a page that isn't completely loaded yet.
As a workaround I'm using PrimeFaces deferred loading. It hides the form components while the page isn't fully loaded. http://www.primefaces.org/showcase/ui/outputPanel.jsf
Thanks