Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-575

Facelets and JSCookMenu styleLocation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.1.3
    • None
    • JS Cook Menu
    • None
    • myfaces 1.1.3, tomahawk 1.1.3, facelets 1.1.11

    Description

      jscookMenu's style location attribute doesn't work with facelets as follows
      <t:jscookMenu layout="vbr" theme="ThemeOffice"
      styleLocation="/faces/theme/jscookmenu/">
      .....
      </t:jscookMenu>
      to make it work you need to write tag handler or define
      org.apache.myfaces.STYLE_LOCATION in the jscookMenu definition;

      <t:jscookMenu layout="vbr" theme="ThemeOffice"
      org.apache.myfaces.STYLE_LOCATION="/faces/theme/jscookmenu/">
      ....
      </t:jscookMenu>

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              murathazer Murat HAZER
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: