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

JSFAttr constants for JSCookMenu component are wrong

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.1.7
    • None
    • JS Cook Menu
    • None

    Description

      The 3 constants associated to the JSCookMenu component (and maybe others) have wrong values in the JSFAttr interface:

      Their values are the following:

      // Alternate locations (instead of using AddResource)
      String JAVASCRIPT_LOCATION = "org.apache.myfaces.JAVASCRIPT_LOCATION";
      String IMAGE_LOCATION = "org.apache.myfaces.IMAGE_LOCATION";
      String STYLE_LOCATION = "org.apache.myfaces.STYLE_LOCATION";

      But they should be:

      // Alternate locations (instead of using AddResource)
      String JAVASCRIPT_LOCATION = "javascriptLocation";
      String IMAGE_LOCATION = "imageLocation";
      String STYLE_LOCATION = "styleLocation";

      Attachments

        Issue Links

          Activity

            People

              lu4242 Leonardo Uribe
              gserre Guillaume Serre
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: