File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes Multi page forms in JSF Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Multi page forms in JSF" Watch "Multi page forms in JSF" New topic
Author

Multi page forms in JSF

dave sag
Ranch Hand

Joined: Feb 17, 2003
Posts: 47
We need to create a multi-page form using JSF. If we give out backing bean 'session' scope then when the user back out of the form altogether to say a list of users to edit, and click on another suer to edit, because the backing bean is sessions cope it is never recreated and so we just get the smae values over and over. if we set the bean to request scope then of course it vanishes but the form can't continue.
this seems to be a very generic problem and none of the examples show anything more complex than a simple edit of a single item so are not much help. what are other JSF people doing to solve this issue?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Multi page forms in JSF
 
Similar Threads
NonFacesRequestServlet another look
When leaving a page need to set a boolean to false no matter
MVC Model and Domain Model
JSF: Scope of Managed Beans - how best to back a form?
Extending A4J 1.1.0 AjaxFormRenderer to write token on a4j:form tag