Hello

I am working on POC migrating application from Struts 2.0.14 to Struts 2.2.3
with DOJO 2.2.3 plugin. On the way DOJO framework will be updated from
version 0.4.0 to 0.4.3.

Application has main tabbed panel with few tabs, each containing another
tabbed panel with few sub tabs. Upon hitting main tabs or any sub tabs a
function is executed that sets some form elements etc. This function is
fired by events passed to <tabbed panel>-selectChild topic upon selecting
any tab within main or sub tabbed panel. The problem is that after moving to
struts 2.2.3 the event is generated for main tabbed panel but it seems it is
not generated for tabbed panel that exist within tab of the main tabbed
panel. I tried to specify afterSelectTabNotifyTopic attribute on tabbed
panel but it did not work either. Did anyone encounter such problem or has
any tips on what could be the culprit? I would appreciate any help.

Regards,
Andrzej

Reply via email to