Re: Struts 2 j4 and spring Error

2007-10-19 Thread Ádamo Azambuja
r SystemOut.log about > "initializing Spring integration." Hope all that helps. > > > >>> "Ádamo Azambuja" <[EMAIL PROTECTED]> 10/18/07 11:51 AM >>> > When i use this configuration on my web.xml: > > i have the struts2-spring-plugin-2.

Re: Struts + spring

2007-10-19 Thread Ádamo Azambuja
> 2007/10/19, Ádamo Azambuja <[EMAIL PROTECTED]>: > > ok, i forget to put method on the url, but i really need to put they > there? > > they cant take my action name and use this like the method param? > > If you don't need it, don't use

Re: Struts + spring

2007-10-19 Thread Ádamo Azambuja
Now i put the Spring to control my actions and they dont work with my method property, some one know what is happening? now i use type="org.spring struts-config: 2007/10/19, Ádamo Azambuja <[EMAIL PROTECTED]>

Re: Struts + spring

2007-10-19 Thread Ádamo Azambuja
ok, i forget to put method on the url, but i really need to put they there? they cant take my action name and use this like the method param? 2007/10/19, Antonio Petrelli <[EMAIL PROTECTED]>: > > 2007/10/19, Ádamo Azambuja <[EMAIL PROTECTED]>: > > > > Error log &

Struts + spring

2007-10-19 Thread Ádamo Azambuja
I try to use Struts 1 with spring, my action run ok with execute() method, but i like to use one diferent method to any action like: userList, userDelete, userUpdate etc To do this i use this confi on my struts config, but a error is show when i try execute the action usuarioList.do.

Struts 2 j4 and spring Error

2007-10-18 Thread Ádamo Azambuja
When i use this configuration on my web.xml: i have the struts2-spring-plugin-2.0.9.jar in my classpath. i have this error: 14:46:50,246 INFO XmlConfigurationProvider:140 - Parsing configuration file [struts-plugin.xml] StandardContext[/strutsBlank]Exception starting filter struts2 Unable to loa

Re: struts There is no Action mapped for namespace / and action name

2007-10-18 Thread Ádamo Azambuja
esult is success but I guess you > could actually return ActionSupport.NONE in your action but I get a > feeling you're not doing that either. > > Zarar > > > On 10/18/07, Ádamo Azambuja <[EMAIL PROTECTED]> wrote: > > i Have this problem and i lost 2 days tryin

struts There is no Action mapped for namespace / and action name

2007-10-18 Thread Ádamo Azambuja
i Have this problem and i lost 2 days trying do fix, what can i do in this case? I use java 1.4.2 / Struts 2 J4 / Hibernate and Spring. i have the HelloWorld.java in the src and src/action to test. *struts.xml * /HelloWorld.jsp *applicationContext.xml * *web.xml * Spring OpenEnt