RE: Convention plugin: How do I have two methods on the same action using 2 different Interceptor stacks

2012-03-28 Thread Shinobi
I want the action name to be the same for both and use bang notation to select the method to call. If I add the Action annotation with interceptorRefs as you say and omit the action name it complains that the action name is the same. Am I doing something wrong or is this just not possible? -- Vie

Convention plugin: How do I have two methods on the same action using 2 different Interceptor stacks

2012-03-23 Thread Shinobi
I am using struts 2.3.1.2 I have an action class called Students with 2 methods, list and save. Using the convention plugin and bang notation, I want the interceptor stack 'basicStack' to fire for method list and the interceptor stack 'paramsPrepareParamsStack' to fire for save. Is this possib

Re: convention plugin does not seem to include the WEB-INF/lib dir

2012-03-08 Thread Shinobi
Hi I have upgraded to 2.3.1.2 and it seems to have fixed my issue. Many thanks Dave. -- View this message in context: http://struts.1045723.n5.nabble.com/convention-plugin-does-not-seem-to-include-the-WEB-INF-lib-dir-tp5543609p5546871.html Sent from the Struts - User mailing list archive at Na

Re: convention plugin does not seem to include the WEB-INF/lib dir

2012-03-07 Thread Shinobi
I am using struts 2.2.3 with the convention plugin I have a class HelloWorld which is located in hello.jar which is located in WEB-INF/lib. I get a blank page when i go to http://localhost:8080/hello-world because it seems that the convention plugin has not scanned the jars in the WEB-INF/lib dire

convention plugin does not seem to include the WEB-INF/lib dir

2012-03-07 Thread Shinobi
Hi, I have a problem. My Action classes are in a jar in the WEB-INF/lib and these jars dont seem to appear to be processed. Am I doing something wrong or is there a way to include them? Thanks Dave. -- View this message in context: http://struts.1045723.n5.nabble.com/convention-plugin-does-not