RE: ActionForm automatic type conversion

2005-01-05 Thread Joe Germuska
ail in the book Struts in Action. Bala -Original Message- From: dsarris [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 4:16 AM To: Struts Users Mailing List Subject: ActionForm automatic type conversion Hi all and happy new year, I am trying to fill an ActionForm with values that a

RE: ActionForm automatic type conversion

2005-01-05 Thread Bala . Paranj
detail in the book Struts in Action. Bala -Original Message- From: dsarris [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 4:16 AM To: Struts Users Mailing List Subject: ActionForm automatic type conversion Hi all and happy new year, I am trying to fill an ActionForm with values

Re: ActionForm automatic type conversion

2005-01-04 Thread Pavel Kolesnikov
On Mon, 3 Jan 2005 11:16:16 +0200, dsarris <[EMAIL PROTECTED]> wrote: > Hi all and happy new year, > > I am trying to fill an ActionForm with values that are neither Strings > or primitives. The specified values are selected using the > tag. This a sample of my JSP code: > > >

Re: ActionForm automatic type conversion

2005-01-04 Thread dsarris
On Mon, 3 Jan 2005 17:46:46 +0100, Pavel Kolesnikov <[EMAIL PROTECTED]> wrote: > On Mon, 3 Jan 2005 11:16:16 +0200, dsarris <[EMAIL PROTECTED]> wrote: > > > I am trying to fill an ActionForm with values that are neither Strings > > or primitives. > > I think you can do it by extending the Request

Re: ActionForm automatic type conversion

2005-01-03 Thread Pavel Kolesnikov
On Mon, 3 Jan 2005 11:16:16 +0200, dsarris <[EMAIL PROTECTED]> wrote: > I am trying to fill an ActionForm with values that are neither Strings > or primitives. I think you can do it by extending the RequestProcessor class and overloading "processPopulate" method or something like that. But in ge

ActionForm automatic type conversion

2005-01-03 Thread dsarris
Hi all and happy new year, I am trying to fill an ActionForm with values that are neither Strings or primitives. The specified values are selected using the tag. This a sample of my JSP code: