[ http://issues.apache.org/jira/browse/MYFACES-1355?page=all ]
Mikael Andersson updated MYFACES-1355:
--------------------------------------
Status: Resolved (was: Patch Available)
Resolution: Fixed
Added the file.
--- mycomponents.taglib.xml (revision 0)
+++ mycomponents.taglib.xml (revision 0)
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<!DOCTYPE facelet-taglib PUBLIC
+ "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
+ "http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
+<facelet-taglib>
+ <namespace>http://www.myorganitzation.org/mycomponents</namespace>
+
+ <tag>
+ <tag-name>sayHello</tag-name>
+ <component>
+
<component-type>org.myorganization.SayHello</component-type>
+
<renderer-type>org.myorganization.SayHelloRenderer</renderer-type>
+ </component>
+ </tag>
+</facelet-taglib>
> Addition of a faclet taglib for the example component
> -----------------------------------------------------
>
> Key: MYFACES-1355
> URL: http://issues.apache.org/jira/browse/MYFACES-1355
> Project: MyFaces Core
> Type: New Feature
> Reporter: Mikael Andersson
> Priority: Trivial
>
> Addition of a facelet taglib file for the example component.
> Facelet enabling the example component by adding a mycomponent.taglib.xml
> file, in resources/META-INF.
> Faclets will automatically load *.taglib.xml files placed at this location.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira