Re: How to use annotationWorkflow Interceptor

2008-04-13 Thread
i have try it , no problem happen this is my config test.jsp public class TestAction { private static final long serialVersionUID = -2818133285465497272L; public String execute() throws Exception { return Action.SUCCESS; } } public class TestActionSupport extends

Re: How to use annotationWorkflow Interceptor

2008-04-12 Thread
hi,akash i see the source code but i can't found any place config the name of annotationWorkflow interceptor. i think you will want to use it you must config it by yourself add this in your interceptors EX it any english you doesn't know what it mean. forgive my poor english gordian

Re: Struts 2 URL tag problems

2008-04-09 Thread
hi try it View Your Account My english is not good hope this can help you gordian On Wed, Apr 9, 2008 at 6:00 PM, ancatdubher <[EMAIL PROTECTED]> wrote: > > Hi, > > I use the Struts 2 tag to generate my URLs. > For example to generate the URL /account/view.action, I do: > > > View