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
