In my actions I have messages stored in the session either under
ActionMessages.GLOBAL_MESSAGE, or my own key (eg 'search').

In my jsp I have a section to display the search specific messages.
<logic:messagesPresent message="true" property="search">
....
</logic:messagesPresent>

I also need to display the global messages at the top of the page,
however this displays everything, including the search messages:

<logic:messagesPresent message="true">
...
</logic:messagesPresent>

What do I set for the property to ONLY display the messages keyed by
ActionMessages.GLOBAL_MESSAGE?

Thanks,

Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to