Struts <logic:equal>

J

Jeroen

I'm writing a forum using Struts, but i ran into a problem while using
the <logic:equal> tag.
The idea is to iterate over two collection (Categories and Forums) and
based on the Category id show the matching Forums. The problem is that
i'm not able to find the value to use in:
<logic:equal name="forum" property="categoryId" value="">
I was expecting something like category.id but this doesn't work.

<logic:present name="<%=SessionLabels.CATEGORIES%>">
<logic:iterate id="category" name="<%=SessionLabels.CATEGORIES%>">
<bean:write name="category" property="id"/>
<logic:present name="<%=SessionLabels.FORUMS%>">
<logic:iterate id="forum" name="<%=SessionLabels.FORUMS%>">
<!-- Here's the problem, what value to use!!-->
<logic:equal name="forum" property="categoryId" value="">
<bean:write name="forum" property="name"/>
</logic:equal>
</logic:iterate>
</logic:present>
</logic:iterate>
</logic:present>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top