As I loop through the html:iterate tag, is there a way
for me to add some kind of if statement or comparison
tag inside the iterator that compares the property
with a parameter?

<logic:iterate id="list" name="list">
<td><html:link
page="/do/customer/select?state=selectIssue">
<bean:write name="list" property="name"/></html:link>
</td>
<td>
<bean:write name="list" property="description"/></td>
</logic:iterate>

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

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

Reply via email to