Why does struts (beanutils?) not use Map.Entry.setValue() in <logic:iterate>
?
when I change the value in an <html:text>, something does not update the
Map.Entry...
has anyone noticed this?? Should I do it another way? It's driving me nuts.

-Rand Williams
Hewlett-Packard

<logic:notEmpty name="_engineerHM" property="products" >
 <logic:iterate name="_engineerHM" property="products" id="product"
type="java.util.Map.Entry" >
  <html:text name="product" property="key" /> 
  <html:text name="product" property="value" />
  <html:multibox name="_engineerHM" property="products_selected" 
                 value='<%=(String)roduct.getKey()%>' /> <br>
 </logic:iterate>
</logic:notEmpty>

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

Reply via email to