Re: How do configure struts convention plugin with struts-spring plugin with Action class mapped with annotations

2015-03-03 Thread bavon mike
The actual problem was that struts 2.3.20 has some logging issues with wildfly(doesnt log anything at runtime)..i just downgraded it to 2.3.16.3 and i was able to trace the error On Mon, Mar 2, 2015 at 12:53 PM, Lukasz Lenart lukaszlen...@apache.org wrote: 2015-03-02 10:44 GMT+01:00 bavon mike

Re: How do configure struts convention plugin with struts-spring plugin with Action class mapped with annotations

2015-03-02 Thread bavon mike
:05 PM, Lukasz Lenart lukaszlen...@apache.org wrote: You are mixing CDI and Spring - you should use just one DI 2015-03-02 7:32 GMT+01:00 bavon mike bavom...@gmail.com: I am trying to configure spring plugin with strut 2 application, which is already running with convention plugin, so am

Re: How do configure struts convention plugin with struts-spring plugin with Action class mapped with annotations

2015-03-02 Thread bavon mike
=struts.objectFactory value=spring / Best Regards Johannes [1] https://cwiki.apache.org/confluence/display/WW/Spring+Plugin # web: http://www.jgeppert.com twitter: http://twitter.com/jogep 2015-03-02 7:32 GMT+01:00 bavon mike bavom...@gmail.com: I am

How do configure struts convention plugin with struts-spring plugin with Action class mapped with annotations

2015-03-01 Thread bavon mike
I am trying to configure spring plugin with strut 2 application, which is already running with convention plugin, so am using annotations. Am using ExtJs for my form submission which was initially working well until i introduced the spring plugin, now the the ajax request cannot locate the actions

How do i prevent Struts 2 json plugin from escaping already formated json?

2015-02-18 Thread bavon mike
I already have a json string like: {name: Simple name, description: simple description} When using Struts 2 json plugin, it returns escaped string like: {\name\: \Simple name\, \description\: \simple description\} How do i configure struts 2 plugin to avoid this escaping? Regards Mike