Request « Component « JSF Q&A





1. Does JSF caches the state of each component in between the two requests?    stackoverflow.com

"In JSF, the state of the each component is stored in between the requests" - This means that the data is cached(!?) at the application servers thus the servers will ...

2. JSF Lifecycle Issue: Component tree is built before request attributes are applied    stackoverflow.com

I have a JSF 2.0 facelets view containing of a search form, an ui:repeat for displaying results, and a pager. It is backed by a request bean. The form post consists ...

3. execute an action and request a signature if needed    stackoverflow.com

I am trying to develop a component where a signature is requiered from a user to complete a certain operation here is the sequence:

  1. User clicks on a commandButton or commandLink.
  2. A popup ...