Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-699 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-699 Summary: @struts.action skips DispatchAction classes Type: Bug Status: Closed Priority: Major Resolution: DUPLICATE Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: Apache Module Versions: 1.2 Beta 3 Assignee: xdoclet-devel (Use for new issues) Reporter: Tom Sanidas Created: Mon, 3 Nov 2003 8:06 AM Updated: Wed, 12 Nov 2003 5:24 PM Environment: JDK 1.4.1_03b2, ant 1.5.3, windows 2K Description: Using @struts.action like so: /** * XDoclet doesn't seem to work with DispatchActions * @struts.action path="/sec/cost/costTable" name="costTableForm" scope="request" * input="/sec/cost/agencyDischarge.jsp" validate="false" parameter="cmd" */ public class CostTableAction extends DispatchAction { ...... This class isn't processed during <webdoclet> / <strutsconfigxml validatexml="true" version="1.1"/> tasks. My Action-derived classes are, though. It seems to not recognize classes derived from DispatchAction. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
