Re: Setters not working

2008-07-22 Thread Mendrik
An: "Struts Users Mailing List" > Betreff: Re: Setters not working > Hi, > > Everything looks ok, try to configure also your actions with Spring > [1], I had some simmliary problem when I enabled transaction handling > with Spring, Spring could not inject dependencies bec

Re: Setters not working

2008-07-22 Thread Lukasz Lenart
Hi, Everything looks ok, try to configure also your actions with Spring [1], I had some simmliary problem when I enabled transaction handling with Spring, Spring could not inject dependencies because of multiple class names or something. [1] http://struts.apache.org/2.1.2/docs/spring-plugin.html

Re: Setters not working

2008-07-22 Thread Mendrik
/* CharacterEncodingFilter /* springSecurityFilterChain /* struts *.action /WEB-INF/jsp/index.jsp Original-Nachricht > Datum: Tue, 22 Jul 2008 09:56:05 +0200 > Vo

Re: Setters not working

2008-07-22 Thread Mendrik
forgot the file . -- GMX Kostenlose Spiele: Einfach online spielen und Spaß haben mit Pastry Passion! http://games.entertainment.gmx.net/de/entertainment/games/free/puzzle/6169196 - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: Setters not working

2008-07-22 Thread Mendrik
quot;Lukasz Lenart" <[EMAIL PROTECTED]> > An: "Struts Users Mailing List" > Betreff: Re: Setters not working > Hi, > > Could you paste here some examples of your code and config? > >

Re: Setters not working

2008-07-22 Thread Mendrik
I copied the most relevant pieces into the attached file. Thanks for your time, Andreas! Original-Nachricht > Datum: Tue, 22 Jul 2008 09:26:36 +0200 > Von: "Lukasz Lenart" <[EMAIL PROTECTED]> > An: "Struts Users Mailing List" >

Re: Setters not working

2008-07-22 Thread Lukasz Lenart
Hi, Could you paste here some examples of your code and config? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Setters not working

2008-07-22 Thread Mendrik
Hi, I've set up tomcat 6 with spring 2.5.5, struts 2.0.11 and openJPA. I successfully load the struts spring plugin according to the logs, but for some reasons the setters in my Action classes are all broken. Basically neither beans get injected nor posted paramaters, nor additional params set