Re: DynaActionForm & Primitive JavaBean

2002-11-18 Thread Gemes Tibor
2002. november 18. 16:35 dátummal Gunasekaran. V ezt írtad: > I did not code anything in reset(). Since I am using DynaActionForm > which gets created on the fly I do not have chance to code in reset(). extend org.apache.struts.action.DynaActionForm, override its reset() (eg. not resetting at al

RE: DynaActionForm & Primitive JavaBean

2002-11-18 Thread Gunasekaran. V
just try to call setter method to populate the value. Thanks for your cooperation and help. -guna -Original Message- From: Gemes Tibor [mailto:[EMAIL PROTECTED]] Sent: 18 November 2002 19:14 To: Struts Users Mailing List Subject: Re: DynaActionForm & Primitive JavaBean 2002. november

Re: DynaActionForm & Primitive JavaBean

2002-11-18 Thread Gemes Tibor
2002. november 18. 15:59 dátummal Gunasekaran. V ezt írtad: > Greetings Tibor. > > I am not setting to null. I guess from 1.1 onwards the framework calls > reset() by default. Is there anyway to get around this problem? But who wrote that reset()? reset() was called in 1.0 for every request expe

RE: DynaActionForm & Primitive JavaBean

2002-11-18 Thread Gunasekaran. V
List Subject: Re: DynaActionForm & Primitive JavaBean 2002. november 18. 15:32 dátummal Gunasekaran. V ezt írtad: > Greetings. > > Is there any known bug in BeanUtils package for automatic population > of data from JSP. ... > While submitting the reset() method is called

Re: DynaActionForm & Primitive JavaBean

2002-11-18 Thread Gemes Tibor
2002. november 18. 15:32 dátummal Gunasekaran. V ezt írtad: > Greetings. > > Is there any known bug in BeanUtils package for automatic population of > data from JSP. ... > While submitting the reset() method is called which sets null to > primitive javabean. And in PropertyUtils.getProperty gets nu