Problem to generate Struts Action-Mapping if the Action is not type 
org.apache.struts.Action
--------------------------------------------------------------------------------------------

         Key: XDT-1602
         URL: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1602
     Project: XDoclet
        Type: Bug

  Components: Apache Module  
    Versions: 1.2.3    
 Environment: All
    Reporter: Manfred Wolff
 Assigned to: xdoclet-devel (Use for new issues) 


If you want to generate a struts configuration from an action that is not 
directly from the type org.apache.struts.Action, the mapping will not be 
generated. In the struts_config_xml.xdt you have to change the line 60 from

  <XDtClass:forAllClasses type="org.apache.struts.action.Action">

to

  <XDtClass:forAllClasses>

then everything works fine.

In normal project the Actions do not inherited directly from 
org.apache.struts.Action but from a own baseaction that is a subclass from the 
original struts action.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to