1 Reply Latest reply on Jan 12, 2009 8:59 PM by nbelaevski

    overriding default values for JSF component

    ronanker


      Hi all,

      I'm wondering if there a way in JSF and/or with RichFaces to override the default value of the JSF/richfaces component.

      In fact, we are using rich:dropDownMenu intensively in our app. And in every pages, we define the same values:

      <rich:dropDownMenu direction="bottom-left" jointPoint="br">


      Don't you know if there is a way to wrote something less verbose like :

      in all our pages
      <rich:dropDownMenu>


      in 1 config file
      rich.dropDownMenu.direction=bottom-left
      rich.dropDownMenu.jointPoint=br