Is it possible to declare js files in an internal file as I did?
. <h:head> include. HTML. :
<html>
<head>
<script></script>
</head>
<body>
<head>
<script></script>
</head>
<body>
</body>
</body>
</html>
( , , w3-validate, )
innerfile.xhtml:
<ui:composition ... >
<h:outputScript library="js" name="jquery-1.6.2.js" target="head" />
<h:outputScript library="js" name="inner.js" target="head" />
<h:panelGroup>
I Am Text in The Inner File!
</h:panelGroup>
</ui:composition>
HTML. , <h:outputScript target="head">, <head> , . HTML, one <h:head> <h:body>, .
( ) (jquery-1.6.2.js) ?
, <h:outputScript>. . , .
, inner_panel Ajax? ?
, target="head". , , . , , . Firebug .