2009/4/10 Greg Lindholm <glindh...@yahoo.com>:
> I'm trying to pass a boolean "static" parameter to an Action and the value 
> getting set is always "false" no matter what I do it won't set it to "true".
>
> <action name="MyAction"
>           class="com.xxx.MyClass"
>           method="doDisplay">
>           <param name="xxx">${true}</param>

try
${'true'}


Regards
-- 
Lukasz
http://www.lenart.org.pl/

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

Reply via email to