JSP CUSTOM TAG LIBRARIES


docnavimg tag
Generates an image-based navigation link that can be used in place of a text-based navigation link. You can use two different images to present the enabled and disabled link states.

Note This tag generates HTML that causes the page to reload when a user clicks it. If you want to save the parameters that you passed into the page, you must use a preserve tag for each parameter you want to save or it will be lost when the page reloads.

Note If a page containing this tag is included in another page using the <jsp:include> action tag, the hypertext link that the validhref attribute creates will not function.

Contexts

Valid in:


Syntax
Attributes

alttext


asresponse
border
disabled
enabled
showdisabled
type
validhref
See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

HTML Attributes

See the Common HTML tag attributes section for definitions of the following standard HTML tag attributes:


See Also