> -----Original Message-----
> From: Oleg V Alexeev [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 29, 2001 4:40 PM
> To: Robert Quillen
> Subject: Re[2]: cvs commit:
> jakarta-struts/src/share/org/apache/struts/util C onvertUtils.java
>
*snip*
>
> Interesting idea, for my mind... In this case any bean can be explaned
> as form and wrapper will perfom all activity to convert to/from bean,
> store errors, etc. Wrapper can described in any XML-like descriptor
> and generated automatically. One thing here... Such 'hard'
> specification
> for ActionForm classes is not so flexible to cover all situations.
The wrapper does not have to be specified. It would be generic and wrap
any form bean. Nothing would change from the Struts application developer
point of view. Not even the configuration files. Struts would just slip
one of these wrappers on the form beans as part of the regular processing.
Nested and indexed properties might be a problem though.
-Robert Quillen