Sorry if this has been asked a million times but it doesn't seem to
be in the exercise-taglibs.war and that last thread I found on it
seemed inconclusive.

I have 5 text boxes where the user can enter names of clients, hence
I want

<input type="text" name="clients[]" value=""/>
<input type="text" name="clients[]" value=""/>
<input type="text" name="clients[]" value=""/>
<input type="text" name="clients[]" value=""/>
<input type="text" name="clients[]" value=""/>

Is the propery way to do it like so?

<logic:iterate id="client" name="myForm" property="clients">
    <html:text property="client" indexed="true" value="<%=client.toString%>" />
</logic:iterate>

Seems like with the scriplet in there it is not the "ideal" way to
do it.  Any takers?

Dan

-- 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Daniel Allen, <[EMAIL PROTECTED]>
http://www.mojavelinux.com/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
umm... i guess this is my signature. 8-}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

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

Reply via email to