dbforms
Tag hasMoreRecords


Verifies if the number of records in the result set is larger then the number specified


Tag Information
Tag Class org.dbforms.taglib.HasMoreRecordsTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
counttruetruejava.lang.String Number of records allowed If the result Set contains >= the number of elements specified, display the appropriate message (XML error file). As with error messages, arguments may be passed to the message string via a comma delimited string. Example: <db:dbform table="TABLE" maxRows="200" followUp="next.jsp"> <db:header> <!-Message: Resultset too big, displaying first 200 records --> <db:hasMoreRecords count="200" message="English-001:200" /> </db:header> </db:dbform>
messagefalsetruejava.lang.String Message to display (see xml error manager)

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.