This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes facelets custom tags state restoring problem 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 "facelets custom tags state restoring problem" Watch "facelets custom tags state restoring problem" New topic
Author

facelets custom tags state restoring problem

marius bogucki
Greenhorn

Joined: Jan 02, 2010
Posts: 1
I have a little problem with restoring the state of the custom tag for facelet, it is the first time Iwrite the custom tag for facelests and I am little lost least to say since there are not that many tutorials
I use the one on this blog:
http://blog.evolutionarydawn.com/2009/06/11/custom-jsf-component-12/

my proplem is the one on the bottom reffering to checkboxes
I am having problem restoring the state of the chceckboxes after validation fails? but the state of the checkboxes is restored if I reload the page which is little wierd, anyway do you have any sugestions?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: facelets custom tags state restoring problem
 
Similar Threads
How do i come back to the same page in the display tag after submitting the form.
maintin checkbox stauts during paginatin(dispalytag)
Doubt in Custom tag developement
Tag Library!!!
to get value of disabled check box value in action class