Re: Struts2 Validation with Spring convention plugin

2010-01-26 Thread nani2ratna
tionException: Error >>> creating >>> >> bean >>> >> with name 'scopedTarget.pmaction': Scope 'request' is not active for >>> the >>> >> current thread; consider defining a scoped proxy for this bean if you >

Re: Struts2 Validation with Spring convention plugin

2010-01-26 Thread nani2ratna
t;> intend >> >> to refer to it from a singleton; nested exception is >> >> java.lang.IllegalStateException: No thread-bound request found: Are >> you >> >> referring to request attributes outside of an actual web request, or >> >> processing a reques

Re: Struts2 Validation with Spring convention plugin

2010-01-26 Thread Brian Thompson
e, > >> your > >> code is probably running outside of DispatcherServlet/DispatcherPortlet: > >> In > >> this case, use RequestContextListener or RequestContextFilter to expose > >> the > >> current request. > >> > >> > >>

Re: Struts2 Validation with Spring convention plugin

2010-01-26 Thread nani2ratna
of DispatcherServlet/DispatcherPortlet: >> In >> this case, use RequestContextListener or RequestContextFilter to expose >> the >> current request. >> >> >> So if you have list box in jsp page and need to do validation on that jsp >> page. ANd you c

Re: Struts2 Validation with Spring convention plugin

2010-01-26 Thread Brian Thompson
ou have list box in jsp page and need to do validation on that jsp > page. ANd you configured all your action classes in Spring appContext file. > You wont succeed. > > Is that correct. Or is there any solution. > > Thanks and Regards > RS > -- > View this

Struts2 Validation with Spring convention plugin

2010-01-26 Thread nani2ratna
http://old.nabble.com/Struts2-Validation-with-Spring-convention-plugin-tp27322517p27322517.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For addit