KE LI wrote:
Dear All,  I want to do something like this:
  in my action i create:
  List<String> textFields = new ArrayList<String>();
  and i tried to write set method in 2 ways:
  1. public void setTextFields (List<String> textFields)
  2. public void setTextFields(String text)

Without a machine to check with, I'd first make sure I (a) have a getter, and (b) if on the initial form display I'm displaying any text fields that there are backing list entries.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to