Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread David Greene
cremental improvements for the 2.x line, by > all > > >> means, suggest what could be improved upon. :-) > > >> > > >> > > >> On Thu, Jul 18, 2013 at 11:08 AM, David Greene > > >> wrote: > > >> > > >> > Ah, ther

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread Dave Newton
can tidy things up. > >> But if you got little incremental improvements for the 2.x line, by all > >> means, suggest what could be improved upon. :-) > >> > >> > >> On Thu, Jul 18, 2013 at 11:08 AM, David Greene > >> wrote: > >> > &g

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread David Greene
>> >> > Ah, there you have it. >> > >> > Still though, that seems like a bug (or at least something that needs >> to be >> > defensively coded around for the struts2-spring plugin). >> > ActionContext.setFieldErrors(Map) is injected with some &

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread David Greene
ll though, that seems like a bug (or at least something that needs to > be > > defensively coded around for the struts2-spring plugin). > > ActionContext.setFieldErrors(Map) is injected with some > > random Map from the Spring context when autowire by type > is > >

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread Paul Benedict
to be > defensively coded around for the struts2-spring plugin). > ActionContext.setFieldErrors(Map) is injected with some > random Map from the Spring context when autowire by type is > selected. I'd imagine no one can use struts2-spring integration where > autowire by type is s

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread David Greene
Ah, there you have it. Still though, that seems like a bug (or at least something that needs to be defensively coded around for the struts2-spring plugin). ActionContext.setFieldErrors(Map) is injected with some random Map from the Spring context when autowire by type is selected. I'd imagi

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread Paul Benedict
stableBeanFactory] > (http--0.0.0.0-8443-2) Autowiring by type from bean name > 'rss.web.webwork.action.mx.signon.SignOnAction' via property > 'servletRequest' to bean named 'com.sun.proxy.$Proxy43@4c7adb7' > > Spring is injecting servletContext,

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread David Greene
ype from bean name 'rss.web.webwork.action.mx.signon.SignOnAction' via property 'servletRequest' to bean named 'com.sun.proxy.$Proxy43@4c7adb7' Spring is injecting servletContext, servletRequest, fieldErrors to the Action. Does the struts2-spring plugin just inject via setter

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread David Greene
> > > > > > > > > > I'm reviewing the stacktrace and everything indicates that > there's > > no > > > > > > "INPUT" result (which is true); however, I don't know where or > how > > > it's > > >

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread Dave Newton
ad of SUCCESS. Does anyone know what > class > > > > that > > > > > might be? > > > > > > > > > > -David > > > > > > > > > > > > > > > > > > > > On Thu, Jul 18, 2013 at 6:54 AM, David Greene < &g

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread Paul Benedict
gt; > > > > > > Just the things noted in this document: > > > > > > > > > > http://struts.apache.org/release/2.0.x/docs/spring-plugin.html > > > > > > > > > > and you know what, that's the evil of google, I just noticed (while >

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread Dave Newton
struts.apache.org/release/2.0.x/docs/spring-plugin.html > > > > > > > > and you know what, that's the evil of google, I just noticed (while > > > > googling from home) that this is the appropriate doc: > > > > > > > > ht

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread David Greene
I'll start stepping through, but why would the Validation fail with struts2-spring plugin doing DI on the Actions, but it passes when it's not doing DI on the Actions. It seems quite arbitrary. On Thu, Jul 18, 2013 at 10:07 AM, Paul Benedict wrote: > I'd definitely would p

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread Paul Benedict
> > > > > > > Just the things noted in this document: > > > > > > > > http://struts.apache.org/release/2.0.x/docs/spring-plugin.html > > > > > > > > and you know what, that's the evil of google, I just noticed (while &g

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread David Greene
t; > googling from home) that this is the appropriate doc: > > > > > > http://struts.apache.org/release/2.3.x/docs/spring-plugin.html > > > > > > I'm assuming this is my problem - I'll let you know later today. > > > > >

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread Dave Newton
ater today. > > > > > > On Thu, Jul 18, 2013 at 12:38 AM, Lukasz Lenart >wrote: > > > >> 2013/7/18 David Greene : > >> > Unfortunately, I don't really have much more information to go on. > What > >>

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread David Greene
gt; > Unfortunately, I don't really have much more information to go on. What >> > other information might be helpful to debug this? >> > >> > note: this is Struts 2.3.15 and Spring 3.2.3 >> > >> > Prior to adding Struts2-S

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread bphill...@ku.edu
). Bruce -- View this message in context: http://struts.1045723.n5.nabble.com/Actions-now-require-INPUT-result-after-installing-struts2-spring-plugin-tp5713233p5713242.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-18 Thread David Greene
o debug this? > > > > note: this is Struts 2.3.15 and Spring 3.2.3 > > > > Prior to adding Struts2-Spring plugin & Spring, the Actions were all > happy. > > Have you changed anything in the configuration?

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-17 Thread Lukasz Lenart
2013/7/18 David Greene : > Unfortunately, I don't really have much more information to go on. What > other information might be helpful to debug this? > > note: this is Struts 2.3.15 and Spring 3.2.3 > > Prior to adding Struts2-Spring plugin & Spring, the Actions were a

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-17 Thread David Greene
Unfortunately, I don't really have much more information to go on. What other information might be helpful to debug this? note: this is Struts 2.3.15 and Spring 3.2.3 Prior to adding Struts2-Spring plugin & Spring, the Actions were all happy. Ideas? Thanks! On Wed, Jul 17, 2013 a

Re: Actions now require INPUT result after installing struts2-spring plugin

2013-07-17 Thread Dave Newton
Without further info it's difficult to help. Sounds like validation or type conversion is failing. Dave On Wed, Jul 17, 2013 at 6:38 PM, David Greene wrote: > Afternoon everyone, > > I've recently installed the struts2-spring plugin and everything seems to > be workin

Actions now require INPUT result after installing struts2-spring plugin

2013-07-17 Thread David Greene
Afternoon everyone, I've recently installed the struts2-spring plugin and everything seems to be working as expected from the Spring perspective; however, Struts actions now require an "input" result to be defined when there was not one before. I have no idea why this is the ca

Struts2+spring plugin problem

2010-01-28 Thread baskar
Hi All,    I am new to struts2+spring and i am just trying to learn. I have added following in web.xml.         struts2         org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter                 struts2         /*                   org.springframework.web.co

Re: struts2 spring plugin

2008-01-08 Thread GF
Yes, on Spring 2 it is : scope="prototype" On Jan 7, 2008 8:41 AM, Joachim Ansorg <[EMAIL PROTECTED]> wrote: > Brian, > I guess you are using Spring 2.x. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: struts2 spring plugin

2008-01-06 Thread Joachim Ansorg
Brian, I guess you are using Spring 2.x. I think you have to use scope="prototype" (or scope="session" if you need it) instead of singleton="false". Joachim I have read through the spring plugin wiki page http://struts.apache.org/2.0.11/docs/spring-plugin.html for struts2. I want my actions

Re: struts2 spring plugin

2008-01-04 Thread Dave Newton
--- Brian Relph <[EMAIL PROTECTED]> wrote: > I want my actions to be completely managed by spring, so i am declaring > them in applicationContext.xml. Just FYI, you don't need to do that if you use Spring as the default object factory (is that the default? I don't remember.) > Is this ["singleton

struts2 spring plugin

2008-01-04 Thread Brian Relph
I have read through the spring plugin wiki page http://struts.apache.org/2.0.11/docs/spring-plugin.html for struts2. I want my actions to be completely managed by spring, so i am declaring them in applicationContext.xml. http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.o

struts2-spring-plugin-2.0.9.jar

2007-10-25 Thread stanlick
. Scott -- View this message in context: http://www.nabble.com/struts2-spring-plugin-2.0.9.jar-tf4694486.html#a13418846 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For