Update of /cvsroot/xdoclet/xdoclet/modules/apache/src/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30611/xdoclet/modules/apache/src/META-INF
Modified Files: xtags.xml Log Message: XDT-26, XDT-715, XDT-740: added action-path parameter to @struts-action-forward, @struts-action-set-property and @struts-exception to be able to map those elements top specific action elements when defining more than one @struts.action tag per Action class Index: xtags.xml =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/apache/src/META-INF/xtags.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** xtags.xml 2 Jun 2005 14:00:17 -0000 1.33 --- xtags.xml 9 Jun 2005 11:17:13 -0000 1.34 *************** *** 936,941 **** <parameter type="text"> <name>name</name> ! <usage-description>The name of the action. Must be unique within ! the bounds of the Struts application</usage-description> <mandatory>true</mandatory> </parameter> --- 936,940 ---- <parameter type="text"> <name>name</name> ! <usage-description>The name of the form instance to be used by this action. Must correspond to some @struts.form name="" tag.</usage-description> <mandatory>true</mandatory> </parameter> *************** *** 1021,1024 **** --- 1020,1033 ---- <mandatory>true</mandatory> </parameter> + <parameter type="text"> + <name>action-path</name> + <usage-description> + The path of the action this forward element belongs to. + Corresponds to the "path" parameter of a struts.action tag. + If not specified, this forward element will be generated for all + actions defined in this class. + </usage-description> + <mandatory>false</mandatory> + </parameter> <parameter type="bool"> <name>redirect</name> *************** *** 1051,1054 **** --- 1060,1073 ---- <mandatory>true</mandatory> </parameter> + <parameter type="text"> + <name>action-path</name> + <usage-description> + The path of the action this set-property element belongs to. + Corresponds to the "path" parameter of a struts.action tag. + If not specified, this set-property element will be generated for + all actions defined in this class. + </usage-description> + <mandatory>false</mandatory> + </parameter> </tag> <tag> *************** *** 1082,1085 **** --- 1101,1114 ---- </parameter> <parameter type="text"> + <name>action-path</name> + <usage-description> + The path of the action this exception element belongs to. + Corresponds to the "path" parameter of a struts.action tag. + If not specified, this exception element will be generated for all + actions defined in this class. + </usage-description> + <mandatory>false</mandatory> + </parameter> + <parameter type="text"> <name>className</name> <usage-description> ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ xdoclet-devel mailing list xdoclet-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-devel