Hi
I know I can show a message with a specific property:
<logic:messagesPresent property="YOUR_MESSAGE_PROPERTY">
<html:messages property="YOUR_MESSAGE_PROPERTY"" id="yourId">
<bean:write name="yourId"/><br/>
</html:messages>
</logic:messagesPresent>
{code}
But how would I display every message +except+ the ones with that property?
Thanks.