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}

--
---
Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/djmick_dot_com
http://www.thumpradio.com
---

Reply via email to