0 Replies Latest reply on Jun 19, 2008 12:52 AM by ramki9977

    <rich:tabPanel/> is not working with request scoped bean

      hi,
      i am facing some problems with tabPanel

      i have three tabs say t1,t2,t3. default selected tab is t1(t2,t3 are disabled).

      in t1 i have some fields one command button. after clicking on the command button(t2,t3 will be enabled) i need to take to the second tab say t2.i am getting correct result when i specify backing bean scope to "session". but here i need not to store in session scope. when i change to request scope. then also after clicking the command button on t1 its taking me to the second tab, but when i click on t3, its not showing the t3, instead its taking me to the tab t1.

      please help me

      Thanks in advance
      ramki