RE: ActionForm automatic type conversion

2005-01-05 Thread Bala . Paranj
ActionForm attributes are defined as Strings. In your case, a good solution would be to define an adapter class that will do the conversion from String to the appropriate type. Your business objects will use the converted data types to execute the business logic. This approach is discussed in detai

RE: NoClassDefFoundError

2004-12-27 Thread Bala . Paranj
finds that the corresponding directory structure is not consistent. Bala Paranj -Original Message- From: uma.k [mailto:[EMAIL PROTECTED] Sent: Monday, December 27, 2004 1:20 AM To: 'Struts Users Mailing List' Subject: NoClassDefFoundError Hi, I get the following

RE: Book/on-line examples

2004-12-13 Thread Bala . Paranj
Download the Jakarta Struts Live from serverside.com. Its a free ebook. It is a very practical and covers all the concepts. It is an excellent book. Enjoy! Bala -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Monday, December 13, 2004 4:41 PM To: [EMAIL PROTECTED] S

RE: LookupDispatchAction doesn't lookup mapping

2004-12-08 Thread Bala . Paranj
Please ignore this message. -Original Message- From: Dakota Jack [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 7:47 AM To: Struts Users Mailing List Subject: Re: LookupDispatchAction doesn't lookup mapping My experience is that the computer is always right, so I would look

ValidatorForm ???

2004-12-07 Thread Bala . Paranj
> Hi, > > If there is extra space(s) in the input field, it looks like ValidatorForm > does not trim() the string before checking if it is an integer or not. Has > anyone else had this problem? Please confirm, I will be willing to modify > the code to fix this problem. > > Thanks, > Bala > > >

ValidatorForm bug?

2004-12-07 Thread Bala . Paranj
Hi, If there is extra space(s) in the input field, it looks like ValidatorForm does not trim() the string before checking if it is an integer or not. Has anyone else had this problem? Please confirm, I will be willing to modify the code to fix this problem. Thanks, Bala Note: The information