webtier@glassfish.java.net

[webtier] Ajax : where is jsf.js ?

From: Celinio Fernandes <papouasied_at_yahoo.com>
Date: Wed, 6 Jan 2010 08:53:11 -0800 (PST)

Hi,
 one of the ways to do Ajax with JSF 2 is to use this tag :
 
<h:outputScript name="jsf.js" library="javax.faces" target="head"/>     <h:outputScript name="jsf.js" library="javax.faces" target="head"/>
 But where is the JavaScript library jsf.js located ?
 
 Thanks