jdijkmeijer
Joined: 09/01/2007 00:00:00
Messages: 17
Offline
|
Hi,
It took some time to figure it out, but after reading the docs, downloading the latest [url=http://www.icefaces.org/JForum/posts/list/5019.page] europe release [/url] updating the ant scripts to exclude the icefaces library and changing the jspx to [code]
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:s="http://jboss.com/products/seam/taglib"
xmlns:ice="http://www.icesoft.com/icefaces/component"
version="2.0">
<ui:composition
template="layout/template.xhtml">
[/code]
It all works rock solid! facelets + jboss (Mac & Win)! Great work guys!
Many thanks!
Jeroen.
|