As I guess, when struts do a redirect lost your bean parameters. 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: <action name="edit-event" class="com.jivesoftware.community.ext.event.action.MyAction"> <result name="success" type="redirect">/events/${event.ID}</result> <result name="input" type="freemarker">/plugins/event-type-plugin/resources/templates/edit-event.ftl</result> <result name="cancel" type="redirect">/events/${event.ID}</result> </action> On Wed, Dec 15, 2010 at 10:05 PM, Maurizio Cucchiara < maurizio.cucchi...@gmail.com> wrote: > Coul...