1 Reply Latest reply on Mar 19, 2009 9:33 AM by ajanz

    Tab and focus

      Hi!
      Richfaces are awesome but there is something I'am not able to do:
      Is there a way to put focus on a particular tab?

      Thanks by advance!

      Best regards.
      __
      Aubertinp

        • 1. Re: Tab and focus
          ajanz

          bind selectedTab to a variable in your bean.

          selectedTab="#{Bean.currenttab}"

          in your bean code you code set

          curennttab="tab1" or curennttab="tab2" or anything else