It doesn't do anything.
If I change
public class TrackDispatchAction extends DispatchAction {
to
public class TrackDispatchAction extends Action {
Then I get a correctly generated <action-mapping>.-----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 ------------------------------------------------------- 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 ------------------------------------------------------- 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
