List type

On Sun, May 4, 2008 at 7:51 PM, venkat reddy <[EMAIL PROTECTED]> wrote:
> I'm using struts 1.2.7
>
>  I've a poll-posting-form in adminstrator section of my application. format
>  of the form is as follows.
>
>  pollsubject: String
>  lastDate:String
>  choice1:String
>  choice2:String
>  .
>  .
>  .
>  <a href="addChoice();">Add another option</a>
>
>  As you can see here, the number of choices are dynamic and i want to add a
>  link to give the administrator another choice field.
>
>  Now, how can i get these dynamic fields into my ActionForm and what type of
>  object should i declare in <form-beans> tag. explain in detail plz
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to