Hello,

I need to add on some hidden variables as request parameters in a html:link
in additional to a dynamic id.   Can any one give me a tip on how to do it?
I know about the Map int he name attribute but can't figure how to place the
dynamic id & hidden variables into the map.

Any help would be appreciated.

Thanks,
Elena

<html:form action="/partner.do?action=create" >
<br>
<table>
   <tr >
      <th> Business Id </th>
   <logic:iterate id="partner" name="partners" 
      type="BusinessManagementForm" scope="session">
      <tr>
         <td>
            <html:link paramId="businessId" paramName="partner"
paramProperty="businessId"
               page="/partner.do?action=edit">
            <bean:write name="partner" property="businessId" filter="true"
/>
            </html:link>
         </td>
        </tr>
   </logic:iterate>
   </tr>
</table>

<html:hidden property="businessName" />
<html:hidden property="businessDomainName" />

</html:form>

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

Reply via email to