The following comment has been added to this issue: Author: Felipe Leme Created: Tue, 7 Dec 2004 10:15 PM Body: This bug is invalid - there is already a controller attribute for this purpose :-( --------------------------------------------------------------------- View this comment: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1184?page=comments#action_15419
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1184 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-1184 Summary: [PATCH] Add support for <action-mappings>'s type attribute Type: New Feature Status: Open Priority: Major Original Estimate: 30 minutes Time Spent: Unknown Remaining: 30 minutes Project: XDoclet Components: Apache Module Versions: 1.2.2 Assignee: xdoclet-devel (Use for new issues) Reporter: Felipe Leme Created: Tue, 7 Dec 2004 10:03 PM Updated: Tue, 7 Dec 2004 10:15 PM Description: According to the struts-config_1_1.dtd <!-- The "action-mappings" element describes a set of ActionMapping objects [org.apache.struts.action.ActionMapping] that are available to process requests matching the url-pattern our ActionServlet registered with the container. The individual ActionMappings are configured through nested <action> elements. The following attributes are defined: type Fully qualified Java class to use when instantiating ActionMapping objects. If specified, the object must be a subclass of the default class type. WARNING: For Struts 1.0, this value is ignored. You can set the default implementation class name with the "mapping" initialization parameter to the Struts controller servlet. --> <!ELEMENT action-mappings (action*)> <!ATTLIST action-mappings id ID #IMPLIED> <!ATTLIST action-mappings type %ClassName; #IMPLIED> Currently, the <strutsconfigxml> (http://xdoclet.sourceforge.net/xdoclet/ant/xdoclet/modules/apache/struts/StrutsConfigXmlSubTask.html) doesn't provide an attribute that would set the action-mappings type. So, I will provide a patch that uses a actionMappingType attribute. --------------------------------------------------------------------- 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 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel