Rank: Newbie Groups: Member
Joined: 6/26/2007 Posts: 7
|
How come if you have two CallbackPanels with the same trigger, only one of the CallbackPanels executes when the trigger executes?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Jarrod,
A trigger can only be assigned to one CallbackPanel. So if you have it assigned to both CallbackPanel, one will be ignored at runtime.
If you want to use one trigger to trigger multiple CallbackPanels, you want to set both CallbackPanel's GroupName to the same value. That way you would "group" all CallbackPanels together and triggering one would triggering them all.
Thanks
|
Rank: Newbie Groups: Member
Joined: 6/26/2007 Posts: 7
|
That works. Thanks.
|