Re: panelTabbedPane - only first tab change works

2006-03-29 Thread Hennie Brugman
Thank you. Although I could not get the current nightly build to run, and the scopes of my beans were correct, you put me on the right track. Changing STATE_SAVING_METHOD from 'server' to 'client' solved my problems. best, Hennie Brugman2006/3/28, Mike Kienenberger [EMAIL PROTECTED]: It's

panelTabbedPane - only first tab change works

2006-03-28 Thread Hennie Brugman
Dear all, When testing on a local Tomcat my panelTabbedPane works fine. However, when running it on Tomcat on our Apache2 server only the first tab change works. Subsequent clicks bring me to the default tab, and no events arrive at my tabChangeListener anymore. Does anyone have an idea what

Re: panelTabbedPane - only first tab change works

2006-03-28 Thread Mike Kienenberger
It's possible if you were using serverSideTabSwitching=true that this bug was fixed earlier this week. Try it with a nightly build. The serverSideTabSwitching state was not being saveState'd. Another possibility is that you're basing your actions on a request-scoped bean that no longer exists