It would be easier for some of us if your emails didnt come through as attachments ;)
but to answer this you dont need value="" for this
thats what the property does
so what you want is
<logic:iterate id="client" name="myForm" property="clients">
<html:text property="client" indexed="true" />
</logic:iterate>
And what kind of form bean are you storing this in?
I have some other advice about a problem you're about to discover in struts but i'll
let you discover it first ;)
Regards,
Mark
Aim/Yahoo Msgr: thetazzbot
you wrote:
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?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]