I want to specify param value on s:link with a h:inputText value.
<s:link action="#{actions.doSomething}"
value="#{messages.actions_doSomething}">
<f:param name="param1" value="¿?¿?¿?¿"/>
</s:link>
<h:inputText id="paramFromUser" />
I want that the f:param on s:link, takes the value of h:inputText that the user has wrote
on field.
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089584#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...