commandbutton « Page « JSF Q&A





1. a4j:commandButton causes full page reload on IE7    stackoverflow.com

Our process allows users to activate their account, and then configure e-mail preferences. We're using the tag:

<a4j:commandButton id="activate"
              ...

3. Need help with passing data between pages through h:commandButton    coderanch.com

I got a page with h:commandButton button, and when clicking on this button, page navigation to another page, but some data on this page like requestId, etc. need to be passed to the next page, what would be the general way to pass the data to next page through h:commandButton ? I have tried f:setPropertyActionListener to assign data to the target, ...