> -----Original Message-----
> From: Ted Husted [mailto:[EMAIL PROTECTED]
> Sent: August 15, 2003 5:55 PM
> To: Struts Developers List
> Subject: Re: Flexible form support (was Re: Simplifying DynaActionForms)
>
...
> One suggestion might be to add a standard "parameter" properties to
> form-bean and action-forward, for the same reasons we have the parameter
> property on action-mapping. You could then just say
>
>   <form-bean
>       name="UserForm"
>       type="com.oroad.stxx.xform.DOMForm"
>       parameter="/WEB-INF/models/user.xml"/>
...

The problem with adding a 'parameter' is that you then find a need for
another parameter, etc etc. Is <set-property> not suitable here? Or, even
better, nested configuration elements under form-bean.

Steve



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

Reply via email to