Wuhai’s Weblog

December 25, 2007

Portal Encoding CSS URL

Filed under: Oracle Portal — wuhai @ 11:44 am

Not sure why the following does not work now:

pageContext.setAttribute("cssurl", response.encodeURL("CSSURL"));
...
var link = document.createElement('link');
link.setAttribute('href', '<c:out value="${cssurl}"/>');

The following still works:
link.setAttribute('href', '<%=response.encodeURL("CSSURL")%>');

No Comments Yet »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.