|
This is not good for me. I navigate to another page and need this value on the second bean (not the first bean connected to the page sending the parameter). The parameter is accessible to the second bean also.
From: Murat Hazer
[mailto:[EMAIL PROTECTED]
You can use t:updateActionListener with command
button, also you can read http://wiki.apache.org/myfaces/ExecutingMethodsFromLinkButtonParameters
for additional info. On 4/27/06, Uri Kalish <[EMAIL PROTECTED]> wrote: When I send a parameter from a commandButton I get a string containing the word "null" from the parameters map. If I use a commandLink instead - it works. Any ideas?
<h:commandButton id="addNewLoadTestReservationButton" action=""> value="#{msgs.addNewLoadTestReservationButton}" styleClass="button_action" > <f:param name="reservation" value="0"/> </h:commandButton> <h:commandLink id="addNewLoadTestReservationLink" action="" <h:outputText value="#{msgs.addNewLoadTestReservationButton}"/> <f:param name="reservation" value="0"/> </h:commandLink>
______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ |
- RE: f:param and commandButton Uri Kalish
- Re: f:param and commandButton Murat Hazer
- RE: f:param and commandButton damonsmith
- RE: f:param and commandButton damonsmith
- Re: f:param and commandButton Andrew Robinson
- Re: f:param and commandButton Mike Kienenberger
- Re: f:param and commandButton Andrew Robinson
- Re: f:param and commandButton Mert Çalışkan
- Re: f:param and commandButton Lisaa
- RE: f:param and commandButton Rhys Parry


