morgand 01/02/01 15:29:29
Modified: jdbc/conf jdbc.tld
Log:
added wasNotNull tag and changed definition of wasNull tag
Revision Changes Path
1.4 +10 -8 jakarta-taglibs/jdbc/conf/jdbc.tld
Index: jdbc.tld
===================================================================
RCS file: /home/cvs/jakarta-taglibs/jdbc/conf/jdbc.tld,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jdbc.tld 2001/01/31 00:43:23 1.3
+++ jdbc.tld 2001/02/01 23:29:27 1.4
@@ -248,15 +248,17 @@
<tagclass>org.apache.taglibs.jdbc.resultset.WasNullTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Executes its body if the last getColumn tag received a null value
-from the database. Setting the "value" attribute to false will
-execute the tag body if the last getColumn tag did not
-return a null. You must be inside a resultset tag and there must
+from the database. You must be inside a resultset tag and there must
be a previous getColumn tag, or an error will be generated.</info>
- <attribute>
- <name>value</name>
- <required>false</required>
- <rtexprvalue>false</rtexprvalue>
- </attribute>
+ </tag>
+
+ <tag>
+ <name>wasNotNull</name>
+ <tagclass>org.apache.taglibs.jdbc.resultset.WasNotNullTag</tagclass>
+ <bodycontent>JSP</bodycontent>
+ <info>Executes its body if the last getColumn tag did not receive a null value
+from the database. You must be inside a resultset tag and there must
+be a previous getColumn tag, or an error will be generated.</info>
</tag>
<tag>