fetch |
|||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description |
The fetch tag loads the specified collection within the current
addressbook context. If no attributes are specified, the entire addressbook
will be returned within the entries collection.
All of the search attributes support simple wildcard expressions, using the '*' character. If no wildcard is specified, the '*' character is prepended and appended to the search expression, thus yielding a search pattern that produces results matching any entry that at least contains the requested string. If an error occurs during processing, the tag body will be evaluated, and the remainder of the page will be skipped. |
||||||||||||||||||||||||||||||||||||||||||||||||
Tag Body |
JSP | ||||||||||||||||||||||||||||||||||||||||||||||||
Tag Parent |
n/a | ||||||||||||||||||||||||||||||||||||||||||||||||
Restrictions |
If the fetch tag uses the 'any' attribute, then no other attribute other than 'sb' and 'sd' can be used. | ||||||||||||||||||||||||||||||||||||||||||||||||
Attributes |
This tag has the following attributes:
|
||||||||||||||||||||||||||||||||||||||||||||||||
Properties |
n/a | ||||||||||||||||||||||||||||||||||||||||||||||||
Example(s) |
<%@ page errorPage="/jsp/errorpage.jsp" %> |