1. a4j:commandButton causes full page reload on IE7 stackoverflow.comOur process allows users to activate their account, and then configure e-mail preferences. We're using the tag:
|
3. Need help with passing data between pages through h:commandButton coderanch.comI 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, ... |