RE: Dynamic form fields with s:div and ajax

2008-09-02 Thread Martin Gainty
this transmission. > Date: Tue, 2 Sep 2008 22:53:00 +0200 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: Re: Dynamic form fields with s:div and ajax > > Hello Gainty, > > thanks for your reply and effort! > > I do specify the href as />.

Re: Dynamic form fields with s:div and ajax

2008-09-02 Thread Kropp, Henning
er does not necessarily endorse content contained within this transmission. Date: Tue, 2 Sep 2008 21:22:51 +0200 From: [EMAIL PROTECTED] To: user@struts.apache.org Subject: Dynamic form fields with s:div and ajax Hello, I am trying a common scena

RE: Dynamic form fields with s:div and ajax

2008-09-02 Thread Martin Gainty
form fields with s:div and ajax > > Hello, > > I am trying a common scenario, where I want to dynamically create form > fields and either add or remove some fields. The fields are a List of > objects. I using the following approach described in short: > > AddObjec

Dynamic form fields with s:div and ajax

2008-09-02 Thread Kropp, Henning
Hello, I am trying a common scenario, where I want to dynamically create form fields and either add or remove some fields. The fields are a List of objects. I using the following approach described in short: AddObjectAction: List myObjectList; prepare(){if == null (3x) add ... el