Re: Initializing Actions from Spring

2008-03-31 Thread georgievh
/2.0.1.GA logs. JBossWeb/2.0.1.GA -- View this message in context: http://www.nabble.com/Initializing-Actions-from-Spring-tp16377674p16392737.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe

Re: Initializing Actions from Spring

2008-03-31 Thread Laurie Harper
Your action mapping has class=mainpage, but your Spring configuration has id=mainpageAction. These should be the same. I'm not quite sure how you're getting the error you are, though, based on that configuration. And I don't see how introducing an @Result annotation would effect it. I suspect

Re: Initializing Actions from Spring

2008-03-30 Thread mgainty
@struts.apache.org Sent: Saturday, March 29, 2008 9:15 PM Subject: Initializing Actions from Spring Hi, I am trying to initialize Struts2 Actions from Spring. I have done this successfully using struts2 xml configuration files. However, I did not have the same success when using annotations. Could

Re: Initializing Actions from Spring

2008-03-30 Thread georgievh
this message in context: http://www.nabble.com/Initializing-Actions-from-Spring-tp16377674p16384249.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Initializing Actions from Spring

2008-03-30 Thread Dave Newton
) { this.message = message; } } -- View this message in context: http://www.nabble.com/Initializing-Actions-from-Spring-tp16377674p16384249.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Initializing Actions from Spring

2008-03-30 Thread georgievh
this message in context: http://www.nabble.com/Initializing-Actions-from-Spring-tp16377674p16384701.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Initializing Actions from Spring

2008-03-30 Thread Laurie Harper
So what *is* the problem? Is Spring not loading the action? Is Struts not finding the action? Something else? The code/configuration you've posted looks basically OK. L. georgievh wrote: Sorry for the misleading. I have a constructor. The class is actually as follows: package

Initializing Actions from Spring

2008-03-29 Thread georgievh
=autodetect singleton=false constructor-arg valueBuenos Dias!/value /constructor-arg /bean … Thank you in advance for your help -- View this message in context: http://www.nabble.com/Initializing-Actions-from-Spring

Re: [S2] Initializing Actions from Spring page not found

2007-04-25 Thread Adam Ruggles
Looks like this is where it is trying to go http://cwiki.apache.org/S2PLUGINS/spring-plugin.html#SpringPlugin-InitializingActionsfromSpring wolverine my wrote: Hi! The page is not found when we clicked on Initializing Actions from Spring from http://struts.apache.org/2.x/docs/why-would-we

Re: [S2] Initializing Actions from Spring page not found

2007-04-25 Thread wolverine my
-plugin.html#SpringPlugin-InitializingActionsfromSpring wolverine my wrote: Hi! The page is not found when we clicked on Initializing Actions from Spring from http://struts.apache.org/2.x/docs/why-would-we-want-to-create-action-objects-from-the-spring-configuration.html Do you have any idea

Re: [S2] Initializing Actions from Spring page not found

2007-04-25 Thread Dave Newton
--- wolverine my [EMAIL PROTECTED] wrote: The page is not found when we clicked on Initializing Actions from Spring from http://struts.apache.org/2.x/docs/why-would-we-want-to-create-action-objects-from-the-spring-configuration.html Do you have any idea of what could be the problem

Re: [S2] Initializing Actions from Spring page not found

2007-04-25 Thread Dave Newton
Whoops, hit 'send' too soon. Until the change is propagated you can get to the page by going to the regular spring plugin page: http://struts.apache.org/2.x/docs/spring-plugin.html d. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best

[S2] Initializing Actions from Spring page not found

2007-04-24 Thread wolverine my
Hi! The page is not found when we clicked on Initializing Actions from Spring from http://struts.apache.org/2.x/docs/why-would-we-want-to-create-action-objects-from-the-spring-configuration.html Do you have any idea of what could be the problem