0 Replies Latest reply on Mar 8, 2010 4:25 AM by jochus

    Change label on rich:panelMenuGroup

    jochus

      Hi,

       

      I'm currently using the rich:panelMenuGroup as:

       

      <rich:panelMenuGroup id="mandate" label="#{msg['menu.word1']} #{msg['menu.word2']}" ...
      

       

      Now I need to have a linebreak between word1 and word2. Including the linebreak (< b r / >) in the menu.word1 i18n message doesn't work, as it will be escaped. And putting the linebreak in the label attribute doesn't work either (it's not allowed)

       

      Any idea's?