Using MessageStoreInterceptor on selective messages.
Nick Sher
Ranch Hand
Joined: Nov 10, 2008
Posts: 78
posted
0
Hi,
I edit an object in a popup window. On success, I close this popup window and display success message in parent window, and on failure, I display the error message in popup window.
I am using MessageStoreInterceptor to display the success message on parent page. However, the failure message is also displayed on the parent page.
Is there anyway I can propagate only success messages and not the failure messages?
I gave up after trying to find a workaround. How do I manage to do this?
Nick Sher
Ranch Hand
Joined: Nov 10, 2008
Posts: 78
posted
0
I don't know, for some reason, this seems to me like a basic requirement that shows up again and again for me. Is there anyway to display a message after a redirect action.