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?

