Do you mean dynamically generate this from some kind of source code?  If 
so, what kind of class do you see it processing to generate this?

Or statically insert that into struts-config.xml?  Yes, it can do that 
already by using the struts-forms.xml merge file.

If you're using all dynamic forms like this, then there is probably 
little if any benefit to using XDoclet to generate struts-config.xml.  I 
  only use XDoclet to generate the form bean definitions at the moment.

        Erik


Derek Lin wrote:
> If anyone has be using xdoclet with struts extensively, can you please
> advise the following?:
> 1)  can xdoclet write the dynavalidatorform into the struts-config.xml like
> the following?
>         <form-bean
>             name="loginForm"
>       dynamic="true"
>             type="org.apache.struts.validator.DynaValidatorForm">
>          <form-property name="email" type="java.lang.String"/>
>          <form-property name="password" type="java.lang.String"/>
>     </form-bean>
> 
> Thanks,
> 
> Derek
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 
> 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to