Update of /cvsroot/xdoclet/xdoclet/modules/apache/src/META-INF
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15848/xdoclet/modules/apache/src/META-INF

Modified Files:
        xtags.xml 
Log Message:
Fixed XDT-1367: Uninitialized "subform" objects from @struts.form

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/apache/src/META-INF/xtags.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** xtags.xml   12 Feb 2005 00:35:25 -0000      1.32
--- xtags.xml   2 Jun 2005 14:00:17 -0000       1.33
***************
*** 792,796 ****
          <parameter type="text">
            <name>name</name>
!           <usage-description>Define a unique name for the form.  If 
generating a form using this tag, this attribute is not necessary.  The 
className+Form will be used (i.e. Address -> addressForm).</usage-description>
            <mandatory>true</mandatory>
          </parameter>
--- 792,796 ----
          <parameter type="text">
            <name>name</name>
!           <usage-description>Define a unique name for the form.  If 
generating a form using this tag, this attribute is not necessary.  The 
classNameForm will be used (i.e. Address -> addressForm).</usage-description>
            <mandatory>true</mandatory>
          </parameter>
***************
*** 841,844 ****
--- 841,857 ----
            <mandatory>false</mandatory>
          </parameter>
+         <parameter type="text">
+           <name>initial</name>
+           <usage-description>String representation of the initial value for 
this property.</usage-description>
+           <mandatory>false</mandatory>
+         </parameter>
+         <parameter type="text">
+           <name>type</name>
+           <usage-description>Fully qualified Java class name of the field 
underlying this
+             property, optionally followed by "[]" to indicate that the field 
is indexed.
+             Declare, if you want to override the generated property type.
+             Default is the method's return type.</usage-description>
+           <mandatory>false</mandatory>
+         </parameter>
        </tag>
        <tag>



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to