Re: [S2.1.6] boolean static parameter for an action

2009-04-10 Thread Greg Lindholm
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&#x

Re: [S2.1.6] boolean static parameter for an action

2009-04-10 Thread Greg Lindholm
;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

Re: [S2.1.6] boolean static parameter for an action

2009-04-10 Thread Greg Lindholm
>> >   class="com.xxx.MyClass" >>   method="doDisplay"> >>   ${true} > > try > ${'true'} > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > Nope, I try ${'true'} and the se

Re: [S2.1.6] boolean static parameter for an action

2009-04-10 Thread Lukasz Lenart
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

[S2.1.6] boolean static parameter for an action

2009-04-09 Thread 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".   ${true}   /struts/xxx.jsp   OtherAction I put a break point in setXxx(boolean x)  and it always gets called with x=