Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.1.7
-
None
-
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
- duplicates
-
TOMAHAWK-1341 JS Cook Menu stylelocation no longer working on 1.1.7
- Closed