@struts.action must used on a class that extends org.apache.struts.action.Action
--------------------------------------------------------------------------------

         Key: XDP-180
         URL: http://jira.codehaus.org/browse/XDP-180
     Project: XDoclet 2 Plugins
        Type: Improvement

  Components: struts  
    Versions: 1.0.3    
    Reporter: Robin Young
    Priority: Trivial
 Attachments: ActionMappings.jelly

@struts.action must used on a class that extends 
org.apache.struts.action.Action. Although this seems sensible when using streks 
the action beans are abstracted away from the framework in such a way whereas 
they do not extend Action.
The atatched copy of ActionMappings.jelly which iterates over all the classes 
rather than just the 'Action' classes with the following modification fixes the 
issue.
 
<j:forEach var="actionClass" items="${plugin.getAllClasses()}">

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to