Beans stay null

2010-12-15 Thread Philippe Goncalves
ought that with struts2, you just have to declare you're objects (String, Integer, Self made beans, etc.) on the Action with the good getters/setters and Struts take care of this automatically (not like Struts1 where you have to declare your beanform on the struts.xml). Than

Re: Beans stay null

2010-12-15 Thread Philippe Goncalves
.xml file? > > Maurizio Cucchiara > > Il giorno 16/dic/2010 04.02, "Philippe Goncalves" < > philippe.goncal...@gmail.com> ha scritto: > > Hi all! > > > > Coming from the Struts1 world, I find Struts2 really convenient! > > But I have a simple pro

Re: Beans stay null

2010-12-15 Thread Philippe Goncalves
> Try to remove and see what happens > > Maurizio Cucchiara > > Il giorno 16/dic/2010 04.09, "Philippe Goncalves" < > philippe.goncal...@gmail.com> ha scritto: > Sure, here it is: > > class="com.jivesoftware.community.ext.event.action.MyActio

Re: Beans stay null

2010-12-15 Thread Philippe Goncalves
Unfortunately nothing :( On Wed, Dec 15, 2010 at 10:25 PM, Maurizio Cucchiara < maurizio.cucchi...@gmail.com> wrote: > Did you see if you get any exception? (like conversion errors) > > Maurizio Cucchiara > > Il giorno 16/dic/2010 04.21, "Philippe Goncalves" <

Re: Beans stay null

2010-12-15 Thread Philippe Goncalves
ruts.xml and freemarker template? > > Maurizio Cucchiara > > Il giorno 16/dic/2010 05.06, "Philippe Goncalves" < > philippe.goncal...@gmail.com> ha scritto: > > Unfortunately nothing :( > > > > On Wed, Dec 15, 2010 at 10:25 PM, Maurizio Cucchia