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

Grégory Joseph updated XDP-123:
-------------------------------

    Description: 
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,

  was:
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,

      Component: webwork

> Change scope of WebWork/XWork tags
> ----------------------------------
>
>          Key: XDP-123
>          URL: http://jira.codehaus.org/browse/XDP-123
>      Project: XDoclet 2 Plugins
>         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



-------------------------------------------------------
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://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
xdoclet-plugins-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to