JSP CUSTOM TAG LIBRARIES
Provides access to a document. This tag should contain tags that build the JSP interface, such as the formula, item, richtext, select, and textarea tags, and the action and validation tags listed below.
Note To access an existing document, you must specify the document's unique id in the unid attribute of the form tag. Otherwise a new document is created.
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.
To perform client-side validation on user input, set the clientvalidate attribute of this tag to "true", set the clientvalidate attribute of the input tag to "onsubmit" or "onblur", and include one of the following validation tags to specify the type of validation to perform:
validatecc, validatedate, validatelength, validatepattern, validaterange, validaterequired, validatesummary, validatewith. These tags validate user input by either requiring a field to be filled or testing that an entered value conforms to a specified format, length, pattern or falls within a specified range. Be sure the name attribute of the input tag and validation tag are equal to indicate which Web control input to validate.
Note If you do not include one of these validation tags, no validation is performed.
The action tags include: deleteattachment tag, deletedoc, docnavimg, editdoc, newdoc, nextdoc, prevdoc, saveclosedoc, savedoc These tags work in conjunction with a hidden field on the form named das_op. An action tag sets the value of das_op to one of the supported actions and then calls the form.performSubmit() method. This method ensures that submission of all the controls on the form occurs before the form itself is submitted. The following table identifies the operation codes you use in the das_op field to set its value equal to an action:
To save a document created with a form, either:
To create a new response to the current document, use the newdoc tag and set the asresponse attribute equal to true.
To delete the current document, use the deletedoc tag.
Contexts
Valid in:
clientvalidate
HTML Attributes
Domino supports the following HTML tag attributes. See the Common HTML tag attributes section for their definitions.
accept_charset
class
dir
lang
language
onclick
ondblclick
ondragstart
onhelp
onkeydown
onkeypress
onkeyup
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup
onreset
onselectstart
onsubmit
style
target
title