Re: Dynamically altering struts configuration

2005-11-21 Thread Simpy Ahuja
, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Sincerely, Simpy Ahuja +919350185502

Re: Help required with struts for dynamic row addition in jsp

2005-11-15 Thread Simpy Ahuja
<[EMAIL PROTECTED]> wrote: > > Will something like this work: > http://www.superinterface.com/strutsdialog/crudactionlite.do > > or you need in-place editing right in the table? > > -- > Struts Dialogs: code-behind for Struts > http://struts.sourceforge.net/strutsdia

Help required with struts for dynamic row addition in jsp

2005-11-14 Thread Simpy Ahuja
other set of ten rows by using add button, that would display a fresh set of blank rows and would also display the previously entered rows in editable form below. As we associate a from property to each row, how can i dynamically add rows? is it by logic:iterate ? can anybody guide me with the code?