I am trying to write this in xhtml:
<script src="" value="/pages/scripts/scriptaculous/prototype.js"/>" language="_javascript_"></script>
My whole header is:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="
http://java.sun.com/jsf/html"
xmlns:t="http://myfaces.apache.org/tomahawk"
xmlns:f="
http://java.sun.com/jsf/core"
xmlns:c="http://java.sun.com/jsp/jstl/core"
>
<ui:composition template="/WEB-INF/layout/center.xhtml">
<ui:define name="title">Backend Listing</ui:define>
<ui:define name="content">
<script src="" value="/pages/scripts/scriptaculous/prototype.js"/>" language="_javascript_"></script>
But <c:url is not recognized as a tag.
--
Thanks
DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson
- facelets xhml and jstl question Mick Knutson
- Re: facelets xhml and jstl question Holger Prause

