Greetings,
I have sent this post more almost 2 days ago without one response.
I hope it was simply lost with other posts but still worthy of attention.
Here is the original post:
I am unable to find a solution... even after searching... and waiting for
the espresso to kick in.
I have messages and would like to determine the number of messages in the
bean.
If there is more than one message format the output as a list or else just
display the message.
Unable to come up with something.
This is what I am currently using:
<logic:messagesPresent message="true">
<tr>
<td colspan="5" class="informationalMessage">
<html-el:messages id="message" message="true">
<bean: write name="message" filter="false"/><br>
</html-el:messages>
</td>
<td></td>
</tr>
<tr>
<td colspan="6" height="5"></td>
</tr>
</logic:messagesPresent>
Any ideas would be greatly appreciated !
- Glenn