Postback « Facelets « JSF Q&A





1. Using commandButton or commandLink to for Postback and managing the HTML Control Values    stackoverflow.com

In many cases you want to add HTML-Controls or Facelets to your Website, but how easy is it really to just access these when you call upon an action? I have the ...

2. JSF UIRepeat and PostBack    stackoverflow.com

I have a simple page where a I use <ui:repeat> and it gets the value from a backing bean. The initial request will give it an empty list. The postback then will ...