Details
Description
Resources are frequently referred to by hard-coded paths. These paths are not necessarily valid
in a portlet context and they should not be hard-coded. For instance:
src/com/icesoft/faces/renderkit/dom_html_basic/TableRenderer.java:
spacerImg.setAttribute(HTML.SRC_ATTR, base + "xmlhttp/css/xp/css-images/selection_spacer.gif");
Initially assigning to Deryk to determine the correct path mechanism. The follow-on task will
likely lie with the component team to uniformly apply that mechanism to all the components.
in a portlet context and they should not be hard-coded. For instance:
src/com/icesoft/faces/renderkit/dom_html_basic/TableRenderer.java:
spacerImg.setAttribute(HTML.SRC_ATTR, base + "xmlhttp/css/xp/css-images/selection_spacer.gif");
Initially assigning to Deryk to determine the correct path mechanism. The follow-on task will
likely lie with the component team to uniformly apply that mechanism to all the components.
Issue Links
- blocks
-
ICE-1809 Support for Liferay Portal
- Closed
Tree component is using the new mechanism to resolving path added by Deryk. -revision 13913