1 Reply Latest reply on Jan 29, 2010 12:42 AM by asookazian

    Possible to override the h:panelGroup

    boy18nj

      can wew overiride the tags provided by Seam, can be any ?

        • 1. Re: Possible to override the h:panelGroup
          asookazian

          You can use disabled or rendered attributes to show fooA or fooB tag depending on some condition that is checked in a getter in your backing bean.  Be careful with using rendered attribute in a component embedded in a dataTable due to performance concerns.