Hello,

I'm still having problems with messages.

I have a dataScroller and a dataTable in my page.
There are also some fields that are used as a search mask and a search
button calling a searchAction in the backing bean.
In this search action I generate a global message (no client id) if no
data could be found.
However this message never displays.

Strangely, due to my log files the message has successfully been generated in 
the INVOKE_APPLICATION phase.
Apparently the RESTORE_VIEW is called after the INVOKE_APPLICATION phase which 
seems strange to me. 
Shouldn't be RENDER_RESPONSE be the next phase after INVOKE_APPLICATION?
Anyway, here the message has disappeared.

Anybody an idea concerning that behaviour?

BTW: I am using Tiles. However the messages tag is not within a subview, it's
in the page layout tile.
The components mentioned below are located within a subview "contents".
The contents of this subview are passed into the pagelayout via tiles.

Thanks in advance
Matthias Fischer

Reply via email to