bwarren
Joined: 03/20/2009 16:59:03
Messages: 2
Offline
|
I haven't found mention of the facelets namespace anywhere except for this in the getting started guide:
Tag library declaration—include the ECruiser® tag library.
<%@ taglib uri="http://www.simplica.com/jsf/ecruiser" prefix="e" %>
NOTE: Other view technologies for JSF are available (for example, Facelets), but for simplicity’s sake, we present only the standard JSP approach here and in other ECruiser® Guides.
If you're using facelets, you need this
xmlns:e="http://simplica.com/facelet/ecruiser"
You guys might want to add that url for facelets so people don't waste time wondering why their page won't render any ecruiser tags. I found it buried in a forum post here:
http://www.simplica.com/posts/list/83.page
|