I have problem in that I have a form with text fields that are dynamically generated 
depending on a list, for example:

        <table>
          <logic:iterate id="fromAttribute" name="fromAttrList">
            <tr bordercolor>
              <td><bean:write name="fromAttribute" property="name"/>:</td>
              <td><html:text name="fromAttribute" property="attrValue" maxlength="150" 
/></td>
            </tr>
          </logic:iterate>
        </table>

Now when the form is submitted I only get one parameter with the name attrValue, but I 
need to get values of every single text field on the form, does anyone know how to do 
this.

Cheers.

Anil

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

Reply via email to