Am 23 Apr 2005 um 18:10 hat Wouter Zoons geschrieben: > Wouter Zoons wrote: > > [EMAIL PROTECTED] wrote: > > > >> Hi, > >> > >> I'm trying to diplay a collection with VO's including Boolean > >> parameter. Is there no support for Booleans in diplaytag? > >> > >> Exception: > >> > >> javax.servlet.ServletException: Unable to find a value for "ratified" > >> in object of class "org.bund.baua.gpsg.NotificationVO" using operator "." > >> > >> > >> Thank you > >> > >> Oemer > > > > > > Boolean should work fine, it's not complaining about the type but about > > the fact it cannot access the property through the 'getRatified' call > > > > -- Wouter > > > > or isRatified() for that matter :-) > > hmm interesting, which one has been generated ?
Yes you're right. It's because Boolean parameter getters named isParameter(). I should write a new class for that task. Thanks Oemer > -- Wouter > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Andromda-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/andromda-user > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
