I have tried using the template Matt Raible has at
http://tinyurl.com/jbv2 for the strutsform task but
this still does not solve my problem. Javadoc comments
are copied to the form, but are empty. Again from the
ejb:

    /**
      * @struts.form-field form-name="Default"
      * @struts.validator type="required"
      */
      public abstract void setCategoryName( String
categoryName );

and in form:

/**
*
*/
public void setCategoryName(java.lang.String
categoryName)
    {
        this.categoryName = categoryName;
    }

I could not find an issue in the issue tracker for
this problem.

Daniel



--- Erik Hatcher <[EMAIL PROTECTED]> wrote: >
Matt Raible made a fix that makes the tags copy
> across to the generated  
> forms.  I do not know if this has been applied to
> CVS or not, but  
> probably not.  Please check the issue tracker to
> locate this and see  
> the status of it.
> 
>       Erik
> 
> 
> On Tuesday, December 9, 2003, at 04:45  AM, Daniel
> Massie wrote:
> 
> > I have been searching for a solution to my problem
> but
> > cannot find any concrete answer.
> >
> > I have added struts form tags to my EJBs as shown
> > below:
> >
> > /**
> >  * @struts.form
> >  *
> extends="org.apache.struts.validator.ValidatorForm"
> >  *          name="Default"
> >  */
> > public abstract class CategoryEJB implements
> > EntityBean
> >
> > and at each get/set:
> >
> >     /**
> >      * @struts.form-field form-name="Default"
> >      */
> >     public abstract String getCategoryName(  );
> >
> >     /**
> >      * @struts.form-field form-name="Default"
> >      * @struts.validator type="required"
> >      */
> >     public abstract void setCategoryName( String
> > categoryName );
> >
> > When ejbdoclet and webdoclet are run (with
> > strutsform,strutsconfigxml,and strutsvalidationxml
> > tasks) my form is generated but without the tags
> being
> > copied accross to it. It is also in the forms
> section
> > of the struts-config file, but it does not appear
> in
> > validations.xml, which I assume is because the
> tags
> > are not copied to the generated form. Is there a
> > solution to this or am I simply missing something
> > obvious?
> >
> > Thanks
> > Daniel
> >
> >
>
_______________________________________________________________________
> 
> > _
> > BT Yahoo! Broadband - Save �80 when you order
> online today. Hurry!  
> > Offer ends 21st December 2003. The way the
> internet was meant to be.  
> >
>
http://uk.rd.yahoo.com/evt=21064/*http://btyahoo.yahoo.co.uk
> >
> >
> >
>
-------------------------------------------------------
> > This SF.net email is sponsored by: SF.net Giveback
> Program.
> > Does SourceForge.net help you be more productive? 
> Does it
> > help you create better code?  SHARE THE LOVE, and
> help us help
> > YOU!  Click Here: http://sourceforge.net/donate/
> > _______________________________________________
> > xdoclet-user mailing list
> > [EMAIL PROTECTED]
> >
>
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 
> 
> 
>
-------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback
> Program.
> Does SourceForge.net help you be more productive? 
> Does it
> help you create better code?  SHARE THE LOVE, and
> help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> _______________________________________________
> xdoclet-user mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/xdoclet-user 

________________________________________________________________________
BT Yahoo! Broadband - Save �80 when you order online today. Hurry! Offer ends 21st 
December 2003. The way the internet was meant to be. 
http://uk.rd.yahoo.com/evt=21064/*http://btyahoo.yahoo.co.uk


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to