Thanks for the info. The bug has been corrected. (cc'ed to xdoclet-user, so others can benefit too).
/Aslak -----Original Message----- From: Joseph Parks [mailto:[EMAIL PROTECTED]] Sent: 9. juli 2002 15:08 To: [EMAIL PROTECTED] Subject: RE: [Xdoclet-user] <strutsconfigxml> adding extra "paramater" The problem actually occurs with the cvs version (updated yesterday). The developer that is doing the struts portion of the app has switched back to 1.1.2, where the problem does not exist. -Joe >>> Aslak Hellesoy <[EMAIL PROTECTED]> 07/09/02 09:03AM >>> Are you using a particular version of XDoclet? Have you tried the CVS version? Aslak -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Joseph Parks Sent: 9. juli 2002 14:19 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [Xdoclet-user] <strutsconfigxml> adding extra "paramater" using the following tags: /** * @struts:action * path="/action/run" * parameter="Info" */ public class MyAction extends Action { ... } generates the following in struts-config.xml: <action path="/action/run" type="com.joe.MyAction" validate="false" parameter="false" parameter="Info"> ... </action> What is causing the 'parameter="false"' to show up? -Joe ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Stuff, things, and much much more. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Stuff, things, and much much more. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
