Well, at the very least, the submit button will require a return trip to the server. At that time, you can add more rows to an ArrayList and then use a Foreach in the HTML to draw the array.
So your table needs to be drawn with a Foreach. We need more details about the layout and the button or buttons on the page. hth, Mark -----Original Message----- From: news on behalf of Jeff Emminger Sent: Thu 9/22/2005 2:07 PM To: [email protected] Subject: Re: Need help perhaps the DynamicBlock is what you need? http://www.behindthesite.com/blog/C1931765677/E1630021481/ Anjali Abraham wrote: > Hi All, > I have a scenario wherein in my page, I have in a table 5 rows > with each row having text field, now in the same page I have a button say > "Add More Fields", on click of this button, it need to add 5 more text field > rows into the same table. > I donnt have any idea, how to do so in tapestry. Is anybody worked on such > similar scenario, and if so please help me out in doing so with the code.... > I am using tapestry4Beta6 version. > > Thanks in advance, > > Regards, > Anjali > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
