Can you set 2 breakpoints? One in that onBeginRequest where you set the error message
and one in FeedBackMessageModel and then the public Object onGetObject(final Component component) method
johan
On 12/16/05, Ingram Chen <[EMAIL PROTECTED]> wrote:
Dear all,
We have several Panels need to add error message while constructing:
public MyPanel(MyData data) {
//some process.....
error(errorMessage);
}
However, panel can't find parent Page yet. I also tried adding error message
in onBeginRequest(), but it didn't work.
Is there any way to add feedback message ?
Thanks in advance
--
Ingram Chen
Java [EMAIL PROTECTED]
Institue of BioMedical Sciences Academia Sinica Taiwan
blog: http://www.javaworld.com.tw/roller/page/ingramchen
