| CODENOTIFIER | HelpYou are not signed inSign in |
Project: ICEFaces
Revision: 17501
Author: yip.ng
Date: 04 Sep 2008 13:29:21
Changes:ICE-3350
Changed URL of spacer.gif to be absolute.
| ... | ...@@ -683,7 +683,7 @@ | |
| 683 | 683 | eTd.setAttribute(HTML.CLASS_ATTR, "iceDatTblBlkTd"); |
| 684 | 684 | Element img = domContext.createElement(HTML.IMG_ELEM); |
| 685 | 685 | img.setAttribute(HTML.SRC_ATTR, CoreUtils.resolveResourceURL( |
| 686 | FacesContext.getCurrentInstance(), "./xmlhttp/css/xp/css-images/spacer.gif") ); | |
| 686 | FacesContext.getCurrentInstance(), "/xmlhttp/css/xp/css-images/spacer.gif") ); | |
| 687 | 687 | eTd.appendChild(img); |
| 688 | 688 | tr.appendChild(eTd); |
| 689 | 689 | } |
| ... | ...@@ -739,7 +739,7 @@ | |
| 739 | 739 | eTd.setAttribute(HTML.CLASS_ATTR, "iceDatTblBlkTd"); |
| 740 | 740 | Element img = domContext.createElement(HTML.IMG_ELEM); |
| 741 | 741 | img.setAttribute(HTML.SRC_ATTR, CoreUtils.resolveResourceURL( |
| 742 | FacesContext.getCurrentInstance(), "./xmlhttp/css/xp/css-images/spacer.gif") ); | |
| 742 | FacesContext.getCurrentInstance(), "/xmlhttp/css/xp/css-images/spacer.gif") ); | |
| 743 | 743 | eTd.appendChild(img); |
| 744 | 744 | tr.appendChild(eTd); |
| 745 | 745 | } |