Personally, I'd do the conversions in the JavaBean and leave the tags out of it.
-- Ted Husted, Husted dot Com, Fairport NY US -- Developing Java Web Applications with Struts -- Tel: +1 585 737-3463 -- Web: http://husted.com/about/services [EMAIL PROTECTED] wrote: > > I am writing custom converters which BeanUtils will use to do conversions > from request data to form bean. It appears however that on the return path > that none of the tags actually use BeanUtils, and as such my converter is > only used in one direction. Is my understanding of this correct? If so how > do I avoid having to rip apart my nested beans in order to get right > conversions on the subsequent generation of the next page. > > Thanks. > > Keith > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

