Bill Siggelkow wrote:

You will need to add indexed getters and setters --

public String getAnswer(int index);
public String setAnswer(int index, String value);

  <logic:iterate name="questionForm" property="answers"
               id="answer" indexId="ctr">
    <br/><html:text property=’<%="answer["+ctr+"]"%>’/>
  </logic:iterate>

Better :)
  [CUT]
    <html:text property="answers" indexed="true" />
  [CUT]
it render a property named property[0], property[1], etc



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



Reply via email to