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
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Mircea Toma [ mircea.toma ] |
| Salesforce Case | [] | |
| Fix Version/s | 2.0.0 [ 10230 ] | |
| Priority | Major [ 3 ] | Critical [ 2 ] |
| Salesforce Case | [] | |
| Fix Version/s | 2.0.1 [ 10255 ] | |
| Fix Version/s | 2.0.0 [ 10230 ] |
| Salesforce Case | [] | |
| Priority | Critical [ 2 ] | Major [ 3 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |