I think if you change your isTestBool function to getTestBool it
should work. If you use a primative I think the isTestBool will work,
otherwise the 'object' version of a boolean needs to be a 'get'
method.

On 6/17/09, chumbobumbo <chumbobu...@hotmail.com> wrote:
>
> Haven't tried it (had to move on) I just reverted to primitives and rely on
> autoboxing (i.e. not having to make end to end change all the way to the
> server side) when passing model to my web service.
>
>
> newton.dave wrote:
>>
>> chumbobumbo wrote:
>>> Yeah, it's called isTestBool (but I tried with getTestBool as well)
>>> neither
>>> work, I enabled the debug console adn if I output the stack values in my
>>> browser is says that 'no read method is available, listing testBool as
>>> 'String' whereas the testbool (primitive boolean) is reported correctly
>>> as
>>> 'true' and is (ironically) of the right type 'Boolean' a this stage I
>>> thikn
>>> it's definitely a Struts/OGNL  issue
>>
>> What happens when the methods are changed to isTestbool/isTestBool?
>>
>> Dave
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>
>>
>>
>
> --
> View this message in context:
> http://www.nabble.com/Newbie-%28possibly-RTFM%29-issue-tp24032216p24067129.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
>
>

-- 
Sent from my mobile device

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

Reply via email to