I recommend t:updateActionListener. See [1]

[1] http://wiki.apache.org/myfaces/ExecutingMethodsFromLinkButtonParameters

Regards,

Jeff Bischoff
Kenneth L Kurz & Associates, Inc.

Mick Knutson wrote:
I have the following:

                 <h:commandLink action="userByUsername"
onclick="open_alert();">
                     <h:outputText value="#{user.username}"/>
                 </h:commandLink>


But I need the command to be the action to be something like
userByUsername?username=#{user.username} to fire an event for my navigation
rule "userByUsername" and sending a parameter of the username for each row
as #{user.username}



Reply via email to