Acegi taglib xml looks like;
<?xml version="1.0"?>
<!DOCTYPE facelet-taglib PUBLIC "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN" "facelet-taglib_1_0.dtd">
<facelet-taglib>
<namespace>http://sourceforge.net/projects/jsf-comp/acegijsf</namespace>
<tag>
<tag-name>authorize</tag-name>
<component>
<component-type>net.sf.jsfcomp.acegijsf.Authorize</component-type>
</component>
</tag>
<tag>
<tag-name>authentication</tag-name>
<component>
<component-type>net.sf.jsfcomp.acegijsf.Authentication</component-type>
</component>
</tag>
</facelet-taglib>
Cagatay
On 9/6/06, Christoph Lassner <[EMAIL PROTECTED]> wrote:
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

