I just checked that if I extend my own class that extends Action it works fine. However, extending org.apache.struts.actions.DispatchAction does not.
-----Original Message----- From: Pawel Rzepa [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 11:01 To: [EMAIL PROTECTED] Subject: Re: [Xdoclet-user] Struts DispatchAction What exactly is your problem? My actions extend BaseAction, which is a subclass of Action that I wrote myself. I put @struts.action tag into javadoc comment and everything works great. Pawel Fenderbosch, Eric wrote: > How can I get XDoclet to generate a <action-mapping> section of my struts-config.xml > for a subclass of Action, e.g. DispatchAction? > > Eric > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
