Néstor Boscán wrote:
> Yes I know I can use Strings but the idea is to reuse my java beans
> properties that are Date or Number and not have extra attributes for them.
>   
Generally speaking it's a Best Practice to use ActionForms _only_ as a
way to get String data from the client to the server, performing some
validation (more or less) automagically. I would recommend against using
Dates etc. in it, but there's no technical reason why you couldn't.
Doesn't seem like a very good idea to me.
> You said something about IIRC, how can I use this?
>   
Ah. That means "If I Remember Correctly".

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to