Hi,

I am using Struts version 0.5 
I am trying to use struts:link tag.
I need to send parameters. How do I do this?

Say for example I have 
        <logic:iterate id="category" name="dispCategoriesBean"
property="categories" >
                <tr>
                    <td align="left">
                      <struts:htmlProperty name="category"
property="categoryID"/>
                    </td>
                    <td align="left">
                      <struts:htmlProperty name="category" property="name"/>
                    </td>
                    <td align="left">
                      <struts:htmlProperty name="category"
property="description"/>
                    </td>
                </tr>
        </logic:iterate>
Say I need to do a href with parameter categoryID, how do I do this?

Sharmila



Sharmila Pandith
Software Engineer
iXL Inc.

phone: 212-500-5180
AIM: spandith
Yahoo: spandith
MSN: spandith

This message is intended only for the use of the Addressee and may contain
information that is PRIVILEGED and CONFIDENTIAL. If you are not the intended
recipient, dissemination of this communication is prohibited. If you have
received this communication in error, please erase all copies of the message
and its attachments and notify us immediately. 


Reply via email to