lue getting set is always "false" no matter what I do it won't set it
>> to "true".
>>
>> > class="com.xxx.MyClass"
>> method="doDisplay">
>> ${true}
>
> try
> ${'true
;false" no matter what I do it won't set it to
> "true".
>
> class="com.xxx.MyClass"
> method="doDisplay">
> ${true}
try
${'true'}
--
View this message in context:
http://www.nabble.com/-S2.1.6--b
>> > class="com.xxx.MyClass"
>> method="doDisplay">
>> ${true}
>
> try
> ${'true'}
>
>
> Regards
> --
> Lukasz
> http://www.lenart.org.pl/
>
>
Nope, I try ${'true'} and the se
2009/4/10 Greg Lindholm :
> 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".
>
> class="com.xxx.MyClass"
> method="doDisplay">
> ${true}
try
${'true'}
Regards
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".
${true}
/struts/xxx.jsp
OtherAction
I put a break point in setXxx(boolean x) and it always gets called with x=
5 matches
Mail list logo