[ http://jira.codehaus.org/browse/XDP-123?page=all ]

Konstantin Pribluda closed XDP-123.
-----------------------------------

    Resolution: Fixed

Changed long ago in current CVS version ( also snapshot )

> Change scope of WebWork/XWork tags
> ----------------------------------
>
>                 Key: XDP-123
>                 URL: http://jira.codehaus.org/browse/XDP-123
>             Project: XDoclet 2 Plugins
>          Issue Type: Improvement
>          Components: webwork
>         Environment: Windows XP, Java(TM) 2 Runtime Environment, Standard 
> Edition (build 1.4.2_02-b03), Eclipse 3.1
>            Reporter: Marcos Silva Pereira
>
> Hello, I've take a look at XDoclet2 and I have see that there are tags to 
> XWork/WebWork, but, unfortunally, these tags are market to work only at class 
> scope. To me this is not good because commonly I have one class with more 
> than one action (actions for methods of this class instead only to execute 
> method). Per instance:
> public class ActionFoo extends ActionSupport {
>    
>     public String addFoo() {
>         // do some stuff
>         return SUCCESS;
>     }
>     public String removeFoo() {
>         // remove a foo
>         return SUCCESS;
>     }
> }
> And actions are mappeds to these methods. So, I really appreciate (and it 
> will be so much useful) if WW/XW tags could be used in methods. What you 
> think about it?
> Kind Regards,

-- 
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