I am using Primefaces 3.3 with JSF 2.0 and I tried to include Jquery in my Facelet using
<h:outputScript library="primefaces" name="jquery/jquery.js"></h:outputScript>
However I am getting something like this when I view the source code.
<script type="text/javascript" src="RES_NOT_FOUND"></script>
I have searched in several posts over here itself and the best I found is the code I am using. So how can I do it ?