faclets problem importing library...

moving to facelets but have a problem when including an acegi library..

Acegi included like so....

<html

. . .

xmlns:auth="http://acegisecurity.org/authz"/>

Page throws exception:

Error Parsing /priv/main.xhtml: Error Traced[line: 23] The prefix "authz" for element "authz:authentication" is not bound.

When using jsp I have no problems...where am I going wrong?

[444 byte] By [jamesclintona] at [2007-11-27 5:31:03]
# 1

I was missing an acegi taglib.xml file...you need to provide this when using facelets....

example here:

http://www.google.com/codesearch?hl=en&q=+aceg+facelet-taglib+show:9Y2oN_fTJ9A:bQZ6lK3ultA:z8KZhnUuOe0&sa=N&cd=1&ct=rc&cs_p=http://ustb.googlecode.com/svn&cs_f=PMSrepository/build/PMS/WEB-INF/taglibs/acegijsf.taglib.xml#a0

Hope it helps someone..

jamesclintona at 2007-7-12 14:55:52 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...