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,
--
____________________________
Marcos Silva Pereira
recife - pe
[EMAIL PROTECTED]

Reply via email to