| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | org.dbforms.taglib.HasMoreRecordsTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| count | true | true | java.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> |
| message | false | true | java.lang.String | Message to display (see xml error manager) |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||