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

2005-11-18 Thread Laurie Harper
Yes. Starting with browsers :-( Rahul Akolkar wrote: One does wish that every UI technology had the XForms concept of repeat [1] -Rahul [1] http://www.w3.org/TR/xforms/slice9.html#id2632123 On 11/16/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: This is an older simpler version: http://s

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

2005-11-18 Thread Rahul Akolkar
One does wish that every UI technology had the XForms concept of repeat [1] -Rahul [1] http://www.w3.org/TR/xforms/slice9.html#id2632123 On 11/16/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > This is an older simpler version: http://superinterface.com/rdapp/viewList.do > And source code fo

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

2005-11-16 Thread Michael Jouravlev
This is an older simpler version: http://superinterface.com/rdapp/viewList.do And source code for it: http://superinterface.com/files/prgpattern.zip This is a newer version: http://www.superinterface.com/strutsdialog/crudactionlite.do Source code for it is in the main download for Struts Dialogs l

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

2005-11-16 Thread Nandakishore Nekkanti
ist" Sent: Wednesday, November 16, 2005 9:59 AM Subject: Re: Help required with struts for dynamic row addition in jsp Hi Michael! thanks so much for replying and giving a wonderful examplei would need to add a set of blank rows to the form on clicking on add button and should be able to edit th

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

2005-11-15 Thread Simpy Ahuja
Hi Michael! thanks so much for replying and giving a wonderful examplei would need to add a set of blank rows to the form on clicking on add button and should be able to edit the previuos entries as well. Can i get a code for that? thanks a ton ! Simpy On 11/16/05, Michael Jouravlev <[EMAIL

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

2005-11-15 Thread Michael Jouravlev
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/strutsdialogs On 11/14/05, Simpy Ahuja <[EMAIL PROTECTED]> wrote: > Hi!!! > Warm Gr

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

2005-11-15 Thread Dixa M
if u are using ActionForms of Struts then its easy to handle ur problem, Take a Vector as a form field which will have collection of individual rows, when user clicks 'ADD' call an sction that will increase the size of this vector as per requirement. Hope this will help u. On Tue, 15 Nov 2005