> > 1) If I do it in the ActionForm and there is a problem in 
> > the Action, then I have to reconvert back to a String on 
> > the way back.;
> 
> That's why I advocate that properties in an ActionForm should 
> be Strings instead of dates/ints/whatever.
 
Why not let the ActionForm do all simple conversion and validation? The
request object still has the String versions.

Jonas

Reply via email to