Rank: Newbie Groups: Member
Joined: 8/21/2007 Posts: 8
|
I have following three callback panels: 1. ErrorMessage 2. Tree View 3. Tab strip
In the execute method of Tabstrip callback Panel, if some error happened I would like to show that error in ErrorMessage Callback Panel. One way was to set the same group name to all callback panels. But due to my logic I can not do that. Is there any function or trigger I can call in execute method of Tabstrip callback Panel and it also refreshes/execute the ErrorMessage callback panel.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Adeel,
No. There isn't any function that you can call to update another CallbackPanel except for using GroupName.
Thanks
|