Re: [S2] Master-Detail Form

2007-07-10 Thread Don Brown
If you are wanting to do this on the client side via JavaScript, you won't be using Struts 2 server-side tags. Look around for JavaScript tutorials about adding form elements. Perhaps one of the popular JavaScript frameworks like Dojo will be of help here. Don On 6/29/07, Luciano Costa <[EMAIL

Re: [S2] Master Detail Form - needing a sample

2007-06-29 Thread Martin Gainty
Complete example here http://forums.opensymphony.com/thread.jspa?threadID=50841&tstart=0 M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in e

Re: [S2] Master-Detail Form

2007-06-28 Thread Dave Newton
From: Luciano Costa <[EMAIL PROTECTED]> > I have the "Poll" and "PollOption" objects. In my > form, I want to be able to add more options to > my Poll via javascript code. You didn't include the JavaScript you're using to create the new form elements, so it's kinda hard to say. d. _