Doesn't seem to work.

If I have
    /**
     * @struts.validator type="required"
     */
    public void setCreatedOn(String createdOn)
    {
    }

I will get a validator declaration in the validator.xml file, but If I have 

    /**
     * @struts.validator type="required"
     */
    public void setCreatedOn(java.sql.Date createdOn)
    {
    }

I get an empty validator.xml file (ie: <formset></formset>)

the validator-rules file for struts 1.1RC1 includes date field validation so I 
expected to be able to generate it.

thanks, brian wallis...



-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to