[jboss-cvs] jboss-seam/src/ui/META-INF ...
Peter Muir
peter at bleepbleep.org.uk
Thu Feb 8 08:32:45 EST 2007
User: pmuir
Date: 07/02/08 08:32:45
Modified: src/ui/META-INF taglib.tld faces-config.xml
seam-ui.taglib.xml
Log:
JBSEAM-797
Revision Changes Path
1.32 +11 -0 jboss-seam/src/ui/META-INF/taglib.tld
(In the diff below, changes in quantity of whitespace are not shown.)
Index: taglib.tld
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/taglib.tld,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- taglib.tld 30 Jan 2007 07:53:24 -0000 1.31
+++ taglib.tld 8 Feb 2007 13:32:45 -0000 1.32
@@ -1019,6 +1019,17 @@
</attribute>
</tag>
+ <tag>
+ <name>fragment</name>
+ <tag-class>org.jboss.seam.ui.tag.FragmentTag</tag-class>
+ <body-content>JSP</body-content>
+ <attribute>
+ <name>rendered</name>
+ <required>false</required>
+ <rtexprvalue>false</rtexprvalue>
+ </attribute>
+ </tag>
+
<!-- Security functions -->
<function>
1.33 +9 -0 jboss-seam/src/ui/META-INF/faces-config.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: faces-config.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/faces-config.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- faces-config.xml 28 Jan 2007 23:36:58 -0000 1.32
+++ faces-config.xml 8 Feb 2007 13:32:45 -0000 1.33
@@ -82,6 +82,15 @@
</component>
<component>
+ <component-type>org.jboss.seam.ui.UIFragment</component-type>
+ <component-class>org.jboss.seam.ui.UIFragment</component-class>
+ <property>
+ <property-name>rendered</property-name>
+ <property-class>java.lang.Boolean</property-class>
+ </property>
+ </component>
+
+ <component>
<component-type>org.jboss.seam.ui.HtmlLink</component-type>
<component-class>org.jboss.seam.ui.HtmlLink</component-class>
<property>
1.2 +6 -0 jboss-seam/src/ui/META-INF/seam-ui.taglib.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: seam-ui.taglib.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/seam-ui.taglib.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- seam-ui.taglib.xml 30 Jan 2007 08:07:48 -0000 1.1
+++ seam-ui.taglib.xml 8 Feb 2007 13:32:45 -0000 1.2
@@ -152,6 +152,12 @@
<component-type>org.jboss.seam.ui.UISelectItems</component-type>
</component>
</tag>
+ <tag>
+ <tag-name>fragment</tag-name>
+ <component>
+ <component-type>org.jboss.seam.ui.UIFragment</component-type>
+ </component>
+ </tag>
<function>
<function-name>hasRole</function-name>
More information about the jboss-cvs-commits
mailing list