RE: [S2] TabbedPanel Events

2007-09-27 Thread Hoying, Ken
Thank you! That was exactly what I was looking for! -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 2:58 PM To: Struts Users Mailing List Subject: Re: [S2] TabbedPanel Events Try to listen to a topic with the name: widgetId

Re: [S2] TabbedPanel Events

2007-09-27 Thread Musachy Barroso
Try to listen to a topic with the name: widgetId + "-selectChild" (hardcoded in dojo's code), let's say that your tab pannel is something like: wrote: > It looks like version 2.1 will contain the ability to capture events in > the TabbedPanel. > > We are currently using v2.0.6 and need to be able

[S2] TabbedPanel Events

2007-09-27 Thread Hoying, Ken
It looks like version 2.1 will contain the ability to capture events in the TabbedPanel. We are currently using v2.0.6 and need to be able to capture a change in tab. Has anyone come across a solution for this? Thank you! - ***Note:The information cont