dmkarr 2003/01/12 16:00:47
Modified: contrib/struts-el/doc/userGuide struts-bean-el.xml
struts-html-el.xml struts-logic-el.xml
Log:
I can't say I'm very surprised that noone using Struts-EL noticed that none of
the tags which are documented to create scripting variables were actually doing
that. I had neglected to reference the TEI classes in the TLD. It's not
likely that people would run into this, but I still think it's important to
make sure this works, in case someone needs to use the results of this
information with a tag library that doesn't use the EL yet.
Note this never affected creation of scoped variables, just the associated
scripting variables.
Revision Changes Path
1.4 +4 -0
jakarta-struts/contrib/struts-el/doc/userGuide/struts-bean-el.xml
Index: struts-bean-el.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/struts-el/doc/userGuide/struts-bean-el.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- struts-bean-el.xml 26 Nov 2002 22:28:49 -0000 1.3
+++ struts-bean-el.xml 13 Jan 2003 00:00:47 -0000 1.4
@@ -49,6 +49,7 @@
as a bean.
</summary>
<tagclass>org.apache.strutsel.taglib.bean.ELIncludeTag</tagclass>
+ <teiclass>org.apache.struts.taglib.bean.IncludeTei</teiclass>
<bodycontent>empty</bodycontent>
<info>
@@ -350,6 +351,7 @@
Load a web application resource and make it available as a bean.
</summary>
<tagclass>org.apache.strutsel.taglib.bean.ELResourceTag</tagclass>
+ <teiclass>org.apache.struts.taglib.bean.ResourceTei</teiclass>
<bodycontent>empty</bodycontent>
<info>
<p>Retrieve the value of the specified web application resource, and make
@@ -402,6 +404,7 @@
Define a bean containing the number of elements in a Collection or Map.
</summary>
<tagclass>org.apache.strutsel.taglib.bean.ELSizeTag</tagclass>
+ <teiclass>org.apache.struts.taglib.bean.SizeTei</teiclass>
<bodycontent>empty</bodycontent>
<info>
<p>Given a reference to an array, Collection or Map, creates a new bean, of
@@ -483,6 +486,7 @@
Expose a named Struts internal configuration object as a bean.
</summary>
<tagclass>org.apache.strutsel.taglib.bean.ELStrutsTag</tagclass>
+ <teiclass>org.apache.struts.taglib.bean.StrutsTei</teiclass>
<bodycontent>empty</bodycontent>
<info>
<p>Retrieve the value of the specified Struts internal configuration
1.15 +1 -0
jakarta-struts/contrib/struts-el/doc/userGuide/struts-html-el.xml
Index: struts-html-el.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/struts-el/doc/userGuide/struts-html-el.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- struts-html-el.xml 8 Jan 2003 19:05:02 -0000 1.14
+++ struts-html-el.xml 13 Jan 2003 00:00:47 -0000 1.15
@@ -3536,6 +3536,7 @@
Conditionally display a set of accumulated messages.
</summary>
<tagclass>org.apache.strutsel.taglib.html.ELMessagesTag</tagclass>
+ <teiclass>org.apache.struts.taglib.html.MessagesTei</teiclass>
<bodycontent>JSP</bodycontent>
<info>
<p>Displays a set of messages prepared by a business
1.4 +1 -0
jakarta-struts/contrib/struts-el/doc/userGuide/struts-logic-el.xml
Index: struts-logic-el.xml
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/struts-el/doc/userGuide/struts-logic-el.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- struts-logic-el.xml 26 Nov 2002 22:28:49 -0000 1.3
+++ struts-logic-el.xml 13 Jan 2003 00:00:47 -0000 1.4
@@ -130,6 +130,7 @@
Repeat the nested body content of this tag over a specified collection.
</summary>
<tagclass>org.apache.strutsel.taglib.logic.ELIterateTag</tagclass>
+ <teiclass>org.apache.struts.taglib.logic.IterateTei</teiclass>
<bodycontent>JSP</bodycontent>
<info>
<p>Repeats the nested body content of this tag once for every element
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>