Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Struts ActionMessages with a property

843840Oct 18 2007
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.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 15 2007
Added on Oct 18 2007
0 comments
106 views