spring-webflow icon indicating copy to clipboard operation
spring-webflow copied to clipboard

Tomahawk panelTabbedPane/panelTab serverSideTabSwitch="true" not working (client side switching does work) [SWF-1174]

Open spring-operator opened this issue 15 years ago • 0 comments

Nathan Moore opened SWF-1174 and commented

The tomahawk tags panelTabbedPane/panelTab using serverSideTabSwitch="true" stopped responding in Webflow 2.0.7 and 2.0.8 (does work with 2.0.6).

Using:

Spring Framework: 2.5.6 Myfaces: 1.2.6 Tomahawk: 1.1.8

Setting serverSideTabSwitch="false" (uses JS client side switching) is a workaround, but introduces a JS dependence. Same issue also occurs when using RichFaces 3.3.0's tabPanel/tab tags (server side tab switching is unresponsive). This probably eliminates tomahawk as the culprit.

Using

<context-param> <param-name>facelets.BUILD_BEFORE_RESTORE</param-name> <param-value>false</param-value> </context-param> as was done to "fix" #1752 did not work.


Affects: 2.0.7, 2.0.8

spring-operator avatar Sep 01 '09 08:09 spring-operator