Hi Davy, you have to create and register a taglib xml file. You can do so by opening the acegijsf.tld file in acegi-jsf-x.x.x.jar!/META-INF/ and transforming it to a fitting acegi.taglib.xml file in your WEB-INF folder. You then have to register it in your web.xml with the a context-param:
<context-param> <param-name>facelets.LIBRARIES</param-name> <param-value>/WEB-INF/acegi.taglib.xml</param-value> </context-param> A more detailed explanation can be faound here: http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk Regards Chris "davy.mailing" <[EMAIL PROTECTED]> schrieb am 06.09.2006 05:15:29: > Dear all > > I am using acegi and myfaces with the componet acegi-jsf which is on > http://sourceforge.net/projects/jsf-comp/ > > But does somebody know how to use this component within facelet? > > thanks > > > davy.mailing > 2006-09-06

