Details
Description
<f:param> can be added to both commandLink and commandButton, for instance in "basic":
<h:commandButton id="button1" value="Show/Hide"
actionListener="#{basic.toggle}">
</h:commandButton>
<h:commandButton id="button1param" value="Show/Hide"
actionListener="#{basic.toggle}">
<f:param name="commandparam" value="buttonparam" />
</h:commandButton>
<h:commandLink id="link1param" value="Show/Hide"
actionListener="#{basic.toggle}">
<f:param name="commandparam" value="linkparam" />
</h:commandLink>
This should still yield Ajax interaction, but a full page refresh is observed with the commandLink and commandButton with f:param.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23730 | Wed Jan 05 09:35:24 MST 2011 | mircea.toma | |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23729 | Wed Jan 05 09:29:37 MST 2011 | mircea.toma | |
Files Changed | ||||
![]() ![]() |