Well, Trying a FastHashMap instead,

  <html:form action="fhmtest.do">
    <logic:notEmpty name="_engineerFHM" property="products" >
          <logic:iterate name="_engineerFHM" property="products"
id="product" >
                <html:text name="product" property="key" /> <br>
                <html:text name="product" property="value" /> <br>
          </logic:iterate>
        </logic:notEmpty>
    <html:submit property="submitValue">Submit Changes</html:submit>
  </html:form>

Correctly displays the key name and value of the Map.Entry objects returned
by logic:iterate for the Map.  But, on submit, the Map does not reflect any
changed values. So, the get() is working, and the set() is not failing, but
the set() doesn't seem to be working, my original Map is not getting
updated..

What might I be missing here??

Thanks in Advance!!
Rand Williams
Hewlett-Packard

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

Reply via email to