JSP:
Create several textfields with the same name:
<s:textfield name="text" />
<s:textfield name="text" />
<s:textfield name="text" />

Action:
private String[] textFields;
public void setText (String s[]) { textFields = s; }
public String execute () throws Exception { ... }

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

Reply via email to