aspose file tools
The moose likes JSF and the fly likes JSF refresh question 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 » Java » JSF
Reply Bookmark "JSF refresh question" Watch "JSF refresh question" New topic
Author

JSF refresh question

Luke Murphy
Ranch Hand

Joined: May 12, 2010
Posts: 299
Ok so you are using a JSF architecture with backing beans.

You have a commit button on your view which invokes a handleCommit() method on your backing bean. This kicks off a commit sequence.

How do you deal with scenarios that the user hits refresh after the commit event has finished?

Basically you want to avoid double commits?

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JSF refresh question
 
Similar Threads
JSF web DB
Data transfer between Servlet and JSP
Continuous polling JSF component to refresh its state
Immediate=True
Datatable Refresh Issue