Hi folks,

I've got a Map that I'm using to render a list of checkboxes in the jsp,
thus:

---

  <logic:iterate id="group"
                   type="java.util.Map.Entry"
                   name="groupMemberViewerForm"
                   property="groups">
  
  <tr>
    <td class="field-data">
    <html:checkbox name="group" property="key" />
    </td>
    <td>
    <html:link action="/QueryManager"
          paramId="managedPersonUID"
          paramName="group"
          paramProperty="key">
          <bean:write name="group" property="value"/>
    </html:link>
    </td>
  </tr>
  </logic:iterate>

---

When the form is submitted, where are the "checked" values?

Thanks in advance for any assistance.
-bml


-- 
Brian M. Long
Middleware Services, Virginia Tech
"Ancora Imparo (I am still learning)" - Michaelangelo, age 87



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

Reply via email to