JSP CUSTOM TAG LIBRARIES


Examples: preset tag
1. The following code presets the value of the onfailure attribute to inline for the session:
2. The following code presets the value of the dbname attribute for the page (Note that you do not have to include scope="page", since page is the default for scope):
3. The following code presets the values of the locale and bundle attributes for the session:
4. This code enables you to use the expression <%=dbname%> in the view tag to extract the database name for the dbname attribute.
See Also