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

2007-06-29 Thread Martin Gainty
ne 29, 2007 8:35 PM Subject: [S2] Master Detail Form - needing a sample Hi, I'm trying to implement a "Poll" register form. The Poll object have "PollOption pollOptions;" property. How should I show pollOptions in my form, in way that struts can bind the data with my

[S2] Master Detail Form - needing a sample

2007-06-29 Thread Luciano Costa
Hi, I'm trying to implement a "Poll" register form. The Poll object have "PollOption pollOptions;" property. How should I show pollOptions in my form, in way that struts can bind the data with my PollAction.poll property? I've tried this, but it's not binding: <@s.textfield name="poll.name" />