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 library: http://struts.sourceforge.net/strutsdialogs You can read about how it works here: http://struts.sourceforge.net/strutsdialogs/crudaction.html Also you may try MailReader rewritten with Struts Dialogs library: http://www.superinterface.com/mailreader/Home.do Log in as "user"/"pass" or register and then log in. Then select "Manage subscriptions", you will see a similar pageable table with add/edit/delete features. The source code is in strutsdialogs-mailreader.war in dialogs-1.23 release, you can get it here: https://sourceforge.net/project/showfiles.php?group_id=49385&package_id=154597 The documentation is here: http://struts.sourceforge.net/strutsdialogs/mailreader-walkingtour.html This is the page that might interest you most: http://struts.sourceforge.net/strutsdialogs/mailreader-subscriptions.html Michael. -- Struts Dialogs: code-behind for Struts http://struts.sourceforge.net/strutsdialogs On 11/15/05, Simpy Ahuja <[EMAIL PROTECTED]> wrote: > Hi Michael! > thanks so much for replying and giving a wonderful example....i 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 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/strutsdialogs > > > > On 11/14/05, Simpy Ahuja <[EMAIL PROTECTED]> wrote: > > > Hi!!! > > > Warm Greetings! I am a new user to thsi group... > > > I need help regarding Dynamic addition of rows in jsp within Struts > > > Framework. I have read the below article but it doesnt do the same in > > > Struts. > > > > > > > > http://groups.google.com/group/comp.lang.java.programmer/browse_thread/thread/64e6fe3280e45f9a/dfa5e62b7b8dd3c5?lnk=st&q=struts+dynamic+addition+of+rows&rnum=1&hl=en#dfa5e62b7b8dd3c5 > > > My requirement is to make an interface wherein the Application User > > would > > > get 10 rows at a go for filling the email address and then send > > invitation > > > to those people. He should then be able to add another 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? > > > > > > Simpy Ahuja --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]