mdmohideen
Programmer
Hi,
I am developing a Struts Application. I have a form and the form has logic:iterate tag. On iterating, the many dynamic html text input controls with same name is created on the form.
<logic:iterate ...>
<html:text name="beanX" property="name">
</logic:iterate>
.
.
<html:submit>
When i submit the form, the values in the input control should be validated(form validation). Please help me to do this.
Thanks,
Mohideen.
I am developing a Struts Application. I have a form and the form has logic:iterate tag. On iterating, the many dynamic html text input controls with same name is created on the form.
<logic:iterate ...>
<html:text name="beanX" property="name">
</logic:iterate>
.
.
<html:submit>
When i submit the form, the values in the input control should be validated(form validation). Please help me to do this.
Thanks,
Mohideen.