Forums Register Login

Question about using logic:empty tag

+Pie Number of slices to send: Send
I would like to display a table containing a list of all items related to a particular option. If the selected option does not have any associated items, a message 'No Items Found' should be displayed. I implemented it by checking if the list of items that will be retrieved from a database will return nothing. In this case, I was able to display in my jsp a message informing the user that no items are found and the table containing the list of items otherwise. My problem is that since upon loading, my list does not contain any values since the user has not selected any option, the message is already displayed.

<pre>
<!-- Display table of items based on selected option -->
<logic:notEmpty name="myForm" property="myList">
<tiles:insert page="myListTiles.jsp" flush="true">
</tiles:insert>
</logic:notEmpty>

<!-- Display message if no items are associated with the option >
<logic:empty name="myForm" property="myList">
<A>No Items</A>
</logic:empty>
</pre>

Can anyone help me how I can resolve this? Thanks in advance.
Whatever. Here's a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 1134 times.
Similar Threads
Combinig 2 struts properties using AND Operator
logic:empty tag question
display data
Struts 1.1: Help needed with html:select, html:options, html:optionsCollection
Break out of a logic block using logic tags
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 29, 2024 00:29:38.