--- Felipe Rodrigues wrote:
> But can I set the value of the param inside <s:url>
> from teh <s:a> tag?
> 
> Something like:
> 
>    <s:url id="url" action="AnyThing" >
>         <s:param name="month" value="???"/>
>    </s:url>
> 
> 
>    <s:a href="%{url}" ???>March</s:a>
>    <s:a href="%{url}" ???>April</s:a>
> 
> The real question is, how to pass a value of a param
> from <s:a> to <s:url>?

You don't; the parameter is in the variable created by
the <s:url.../> tag, that's what the <s:param.../> tag
does (otherwise what would the point of <s:param.../>
be?)

d.



 
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to