I have set up a map backed action form with the
following getter and setter methods:

  public void setValue(String psKey, Object psValue) {
    mhFieldValues.put(psKey, psValue);
  }

  public Object getValue(String psKey) {
    return mhFieldValues.get(psKey);
  }

On my JSP page, I have a dynamically generated text
field of the following form:

<html:text name="userForm" 
property="<%=msFieldValue%>"/>

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

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

Reply via email to