Re: [appfuse-user] How to change struts version to 2.1.0-SNAPSHOT

2007-05-13 Thread Struts2 Fan
Thanks Matt, They made all the names of interceptors camel type. But when I changed that there were more errors when I run the application, so until they release 2.1.0 GA release, I don't use it in my project. I will test them in their struts-showcase project. -- View this message in context:

Re: [appfuse-user] How to change struts version to 2.1.0-SNAPSHOT

2007-05-11 Thread Matt Raible
I would open up the struts.jar and look at their struts.xml - it's possible the interceptor names have changed. Matt On 5/11/07, Struts2 Fan <[EMAIL PROTECTED]> wrote: Hi Michael again, I said what you have said properly but none of the interceptors defined in struts.xml are working.

Re: [appfuse-user] How to change struts version to 2.1.0-SNAPSHOT

2007-05-11 Thread Struts2 Fan
Hi Michael again, I said what you have said properly but none of the interceptors defined in struts.xml are working.

Re: [appfuse-user] How to change struts version to 2.1.0-SNAPSHOT

2007-05-11 Thread Struts2 Fan
it couldn't find the interceptor defined "servlet-config" it is struts related or appfuse related? - Caused by: Unable to find interceptor class referenced by ref-name servlet-config - interceptor-ref - file:/D:/Projects/test/target/test-1.2-SNAPSHOT/WEB-INF/classes/struts

Re: [appfuse-user] How to change struts version to 2.1.0-SNAPSHOT

2007-05-11 Thread Michael Horwitz
You need to do two things: 1) Add the Apache snapshot repository to your list of repositories in your pom.xml file. 2) Add a property in the pom.xml file for the Struts version. 3) Add the Struts2 2.1.0-SNAPSHOT dependencies to your project. It may take some fiddling to get it all working. To d

[appfuse-user] How to change struts version to 2.1.0-SNAPSHOT

2007-05-11 Thread Struts2 Fan
Hi all, I just couldn't find how to change the struts-2.0.6 version to 2.1.0-SNAPSHOT. I know it is not stable but I want to test its ajax support. Thanks in advance. -- View this message in context: http://www.nabble.com/How-to-change-struts-version-to-2.1.0-SNAPSHOT-tf3725933s2369.html#a104