Struts1: Indexed Properties, BeanUtils populate, Form on REQUEST scope

2006-12-06 Thread Urso Wieske
Hi folks, I have problem with the scenario "Indexed Properties, BeanUtils and Form on REQUEST scope". When I select a a value from (1 or 2) from the dropdownlist and submit the form, I get an exception from BeanUtils.populate method about some getter which can be found!?? IF change the scope of

RE: Struts1: Indexed Properties, BeanUtils populate, Form on REQUEST scope

2006-12-06 Thread Urso Wieske
Aan: user@struts.apache.org Onderwerp: Struts1: Indexed Properties, BeanUtils populate, Form on REQUEST scope Hi folks, I have problem with the scenario "Indexed Properties, BeanUtils and Form on REQUEST scope". When I select a a value from (1 or 2) from the dropdownlist and submit

Re: Struts1: Indexed Properties, BeanUtils populate, Form on REQUEST scope

2006-12-07 Thread Niall Pemberton
So what BeanUtils exception are you getting? Your jsp should be generating the following? BeanUtils will try and access the indexed getter - getSomeWrapper(0) and then call setPropA(...) - presumably its one of these methods ist having problems with? Anyway the problem usually with requ

RE: Struts1: Indexed Properties, BeanUtils populate, Form on REQUEST scope

2006-12-07 Thread Urso Wieske
---Oorspronkelijk bericht- Van: Niall Pemberton [mailto:[EMAIL PROTECTED] Verzonden: donderdag 7 december 2006 9:40 Aan: Struts Users Mailing List Onderwerp: Re: Struts1: Indexed Properties, BeanUtils populate, Form on REQUEST scope So what BeanUtils exception are you getting? Your jsp should be

Re: Struts1: Indexed Properties, BeanUtils populate, Form on REQUEST scope

2006-12-07 Thread Niall Pemberton
ttp://wiki.apache.org/struts/StrutsCatalogLazyList Niall Any hints? Kind regards, Urso Wieske -Oorspronkelijk bericht- Van: Niall Pemberton [mailto:[EMAIL PROTECTED] Verzonden: donderdag 7 december 2006 9:40 Aan: Struts Users Mailing List Onderwerp: Re: Struts1: Indexed Propertie

RE: Struts1: Indexed Properties, BeanUtils populate, Form on REQUEST scope

2006-12-07 Thread Urso Wieske
-Oorspronkelijk bericht- Van: Niall Pemberton [mailto:[EMAIL PROTECTED] Verzonden: donderdag 7 december 2006 14:16 Aan: Struts Users Mailing List Onderwerp: Re: Struts1: Indexed Properties, BeanUtils populate, Form on REQUEST scope On 12/7/06, Urso Wieske <[EMAIL PROTECTED]> wrote: > Hi

RE: Struts1: Indexed Properties, BeanUtils populate, Form on REQUEST scope

2006-12-07 Thread Urso Wieske
Guys, Girls, Help. -Oorspronkelijk bericht- Van: Urso Wieske Verzonden: donderdag 7 december 2006 14:29 Aan: Struts Users Mailing List Onderwerp: RE: Struts1: Indexed Properties, BeanUtils populate, Form on REQUEST scope I completely agree with you about how HTTP handles

Re: Struts1: Indexed Properties, BeanUtils populate, Form on REQUEST scope

2006-12-07 Thread Niall Pemberton
TECTED] Verzonden: donderdag 7 december 2006 14:16 Aan: Struts Users Mailing List Onderwerp: Re: Struts1: Indexed Properties, BeanUtils populate, Form on REQUEST scope On 12/7/06, Urso Wieske <[EMAIL PROTECTED]> wrote: > Hi Niall, > > Thanks for the reply! Apparantly this problem