Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0-alpha
-
None
Description
the graphic image tag doesn't currently handle the library attribute necessary to fully support the new resource handling mechanism in JSF 2.0.
While making the change, I also noticed that HtmlScriptRenderer and HtmlStylesheetRenderer should be updated to use the JSFAttr.NAME_ATTR constant instead of hardcoding "name". Also will create a JSFAttr.LIBRARY_ATTR constant and update HtmlImageRendererBase and the above mentioned renderer classes to utilize this as well.