Re: AW: Field types in ActionForm/DynaForm

2004-04-07 Thread bOOyah
Andreas Solarik wrote: Hi Stjepan, From what I understand, you will have a much easier time implementing validation for your forms if you use only strings. For example, receiving an integer value "ABCDEFG" might cause unexpected results. This is just my understanding. If theres more to it, them I

AW: Field types in ActionForm/DynaForm

2004-04-07 Thread Andreas Solarik
7;m happy to learn :) Andreas -Ursprüngliche Nachricht- Von: James Mitchell [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 07. April 2004 15:34 An: Struts Developers List Cc: Struts Users Mailing List Betreff: Re: Field types in ActionForm/DynaForm This needs to be on [EMAIL PROTECTED]

Re: Field types in ActionForm/DynaForm

2004-04-07 Thread James Mitchell
ot;STRUTS - Developer" <[EMAIL PROTECTED]> Sent: Wednesday, April 07, 2004 9:31 AM Subject: Field types in ActionForm/DynaForm > Hi all, > > Does STRUTS ActionForm/DynaForm have to consist only of String object > fields!? Although I saw this strong recommendation in some books and