dmkarr 2002/10/22 22:25:07
Modified: contrib/struts-el/src/share/org/apache/strutsel/taglib/bean
package.html
Log:
Fixed tag prefix.
Revision Changes Path
1.2 +4 -4
jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/bean/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/bean/package.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package.html 23 Oct 2002 05:10:35 -0000 1.1
+++ package.html 23 Oct 2002 05:25:07 -0000 1.2
@@ -52,16 +52,16 @@
</p>
<p><i>Example:</i></p>
<pre>
- <bean:message key="${messKey}" arg0="${arg}"/></pre>
+ <bean-el:message key="${messKey}" arg0="${arg}"/></pre>
<p><i>Example:</i></p>
<pre>
- <bean:resource id="var" name="${filename}" /></pre>
+ <bean-el:resource id="var" name="${filename}" /></pre>
<p><i>Example:</i></p>
<pre>
<%-- Size of pagescope hash table --%>
- <bean:size id="pageScopeSize" collection="${pageScope}" /></pre>
+ <bean-el:size id="pageScopeSize" collection="${pageScope}" /></pre>
<p><i>Example:</i></p>
<pre>
- <bean:struts id="mapping" mapping="${actionName}" /></pre>
+ <bean-el:struts id="mapping" mapping="${actionName}" /></pre>
</body>
</html>
--
To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>