Rest plugin doesn't find actions

2008-09-16 Thread Pauli Savolainen
Hello, I was using struts 2.1.1.-SNAPSHOT (tile, codebehind and rest plugins) and everything was working find. Changing to 2.1.2 makes makes my actions not being found anymore. A class org.apache.struts2.rest.ControllerClasspathPackageProvider in the rest plugin is used to determine which

Re: Rest plugin doesn't find actions

2008-09-16 Thread Pauli Savolainen
Hi, Thank you, that helped me. Now my actions get found and called nicely. Birlliant. Pauli 2008/9/16 Martin Gainty [EMAIL PROTECTED]: pauli- in resources/struts-plugin.xml try disabling the controllerScanning e.g. also try to disable the bypass Action Scan e.g. constant

Re: There is no Action mapped for namespace / and action name ...

2008-07-30 Thread Pauli Savolainen
projects have source files in the com.myeclipse.ozone package name(space). Is it possible that there is some very persistent caching going on ??? like over multiple starts and re-starts of Tomcat? just a WAG... -John On Tue, Jul 29, 2008 at 5:08 AM, Pauli Savolainen [EMAIL PROTECTED

Re: There is no Action mapped for namespace / and action name ...

2008-07-29 Thread Pauli Savolainen
. So, is a result of something I did wrong or could it be something else? Thank you Pauli Savolainen 2008/7/28 Paul Benedict [EMAIL PROTECTED]: What's the correct way of writing a good 404 or action not found page? Does s2 have something like a fallback action if nothing can be found? Paul

Struts 2 Tiles 2 Runtime composition

2008-02-28 Thread Pauli Savolainen
Hi, I am attempting to change an existing tiles definition during an execution of a Struts action. Example tiles definition: definition name=layout template=/layout.jsp put-attribute name=head value=/head.jsp / put-attribute name=body value=/login.jsp / /definition In the action I want to