Re: Struts2+Spring2+Interceptor+Invalid action class configuration that references an unknown class named

2010-05-26 Thread rocks
Thanks Wes for reply. I figured out that we can only forward to jsp not to action from interceptor. So Now I am forwarding to jsp from interceptor and it's working fine. Below is my changed code in struts.xml and LoginInterceptor.java. [code] http://struts.apache.org/dtds/struts-2.0.dtd";>

Re: Struts2+Spring2+Interceptor+Invalid action class configuration that references an unknown class named

2010-05-25 Thread Wes Wannemacher
On Tue, May 25, 2010 at 8:47 AM, rocks wrote: > Martin, > > I haven't get any response from Wes [:(]. > Sorry I didn't notice that I was being called out directly :)... I was out of town, in a magical place that my children really enjoyed, but unfortunately charged $9.99 / day for internet access

RE: Struts2+Spring2+Interceptor+Invalid action class configuration that references an unknown class named

2010-05-25 Thread rocks
1 May 2010 19:53:42 -0700 >> From: devendra_tiwari12...@yahoo.com >> To: user@struts.apache.org >> Subject: Re: Struts2+Spring2+Interceptor+Invalid action class >> configuration that references an unknown class named >> >> >> >> >> > >> >

RE: Struts2+Spring2+Interceptor+Invalid action class configuration that references an unknown class named

2010-05-22 Thread Martin Gainty
. > Date: Fri, 21 May 2010 19:53:42 -0700 > From: devendra_tiwari12...@yahoo.com > To: user@struts.apache.org > Subject: Re: Struts2+Spring2+Interceptor+Invalid action class configuration > that references an unknown class named > > > > > > > > Hantsy B

Re: Struts2+Spring2+Interceptor+Invalid action class configuration that references an unknown class named

2010-05-21 Thread rocks
> > Hantsy Bai-2 wrote: >> >> 于 2010/5/22 1:05, rocks 写道: >>> Dear, >>> >>> Apologize the posting same subject, but I did not find any solution so >>> far. >>> I am developing a web application based on struts 2.1.8.1+ spring 2+ >>> hibernate 3 + tomcat 5.5. There is requisite library like >>>

Re: Struts2+Spring2+Interceptor+Invalid action class configuration that references an unknown class named

2010-05-21 Thread Hantsy Bai
于 2010/5/22 1:05, rocks 写道: Dear, Apologize the posting same subject, but I did not find any solution so far. I am developing a web application based on struts 2.1.8.1+ spring 2+ hibernate 3 + tomcat 5.5. There is requisite library like struts2-convention-plugin-2.1.8.1.jar in my classpath. For