Hi. I am a struts newbie and I would really like to know how can I get the
parameters values from an action url sent to a div tag. To be more explicit
here is the jsp code:
<s:url id="lu" action="lista.do">
<s:param name="cauta" value="geo" />
</s:url>
<s:div id="listauseri" theme="ajax" href="%{lu}"
listenTopics="/refreshlista" loadingText="Loading list of the users ..." />
I want to get the value of the param "cauta" from the action class that's
being loaded by the div tag.
Thanks in advance.
--
View this message in context:
http://www.nabble.com/Newbie%3A-How-can-I-get-the-param-values-from-an-url---tf3882218.html#a11003073
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]