Bugs item #529752, was opened at 2002-03-14 05:05
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=529752&group_id=31602

Category: struts
Group: cvs
Status: Open
Resolution: None
Priority: 5
Submitted By: Matt (mpetteys)
Assigned to: Nobody/Anonymous (nobody)
Summary: Missing Field in Form

Initial Comment:

I am using a copy of xdoclet that is from CVS. 
Refreshed around the top of this month..

On a CMP Bean, I have a business method that brings
together two CMP fields to form a full name..  This
method is not defined as a struts field but does not
show up in the generated form..

The class definition is like this..

 *  @struts:form name="List" include-all="false"

I have it method defined like this.

    /**
     * Retrieves the full name of the user
     * @ejb:interface-method
     * @struts:form-field form-name="List"
     */
    public String getFullName() {
        return this.getFirstName() + " " +
this.getLastName();
    }


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=529752&group_id=31602

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to