This content has been marked as final.
Show 1 reply
-
1. Re: How can I deliver javascript and html via embedded URL's?
kenfinni Nov 22, 2013 9:15 AM (in response to joshuapk)The easiest way to ensure that a javascript resource is given a url that is accessible within your JSF portlet is to use the outputScript tag from JSF:
<h:outputScript library="js" name="webodf.js" />
The javascript file would also need to be moved into the following location in the WAR:
/resources/js/webodf.js
Hope that helps.
Ken