I CANNOT get the <strutsvalidationxml /> task to generate formset entries
for the following form...

/**
 * @struts:form name="createProjectForm"
 */
public class CreateProjectForm extends ActionForm
{
    private String name;

    public String getName()
    {
        return name;
    }

    /**
     * @struts:validator type="required"
     */
    public void setName( String name )
    {
        this.name = name;
    }
}

Am I missing something?  The form shows up in struts-config.xml.  And, the
validation.xml file is being generated, but with absolutely NO formsets in
it.  Please help me!



-------------------------------------------------------
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