I am using this:

/**
 [EMAIL PROTECTED] include-all="true"
extends="org.apache.struts.validator.ValidatorForm"
 */
        

to generate my Struts Form. I want do control the type of attributes
generated by xdoclet. 
I want make Objects with methods like:

        setObject(OneObject a) {
                (...)
        }

Generate Forms with a correponding method like:

        setObject(long a) {
                object=a
        }

Hope make me clear. (This is hard to explain) Can anyone help me or
indicate some docs? thanks.
-- 
     CUL8R,[]s
 Jim Bruno Goldberg
http://www.md5.com.br


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to