does it work when you define it this way?

<s:url id="url_help" namespace="/Action/Global" action="ProcessHelp"> 
    <s:param name="helpTitle">example1
    <s:param name="help_text_name">contents
</s:url> 

Johannes


luy wrote:
> 
> Good morning,
> 
> It seems that "s:param" does not work well when more than one s:param is 
> assigned.
> 
> <s:url id="url_help" namespace="/Action/Global" action="ProcessHelp">
>     <s:param name="helpTitle"      value="example1" />
>     <s:param name="help_text_name" value="contents" />
> </s:url>
> 
> 
> The second "help_text_name" is never called. How come? Found one line 
> bug report "lost URL parameters with <s:param> tag (bug 1938)" at 
> http://readlist.com/lists/struts.apache.org/user/9/47016.html
> 
> Does someone know whether the bug has been fixed?
> 
> Thanks a lot!
> --
> Lu Ying
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
> 
> 


-----
---
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep

-- 
View this message in context: 
http://old.nabble.com/lost-URL-parameters-with-%3Cs%3Aparam%3E-tag-tp29216501p29216887.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to