JSP CUSTOM TAG LIBRARIES
This tag interacts with the HTML value attribute of the input tag, it does not overwrite it. This tag is only valid for single value fields. Each of the input tags for the same radio group must use the same value for both the name and itemname attributes. If the value of the item is the same as the specified value attribute, the radio button is selected. Otherwise it is not selected.
When the document is saved, the value of the selected radio button is written into the item as the item value.
You cannot use the validation tags to validate user input. No error is thrown, but no validation is performed. If you want to ensure that a value is selected, provide a default value in the "value" attribute.
Contexts
Valid in:
bundle
HTML Attributes
Domino supports the following HTML tag attributes:
value
class
disabled
id
label
onafterupdate
onbeforeupdate
onblur
onchange
onclick
ondblclick
ondragstart
onfocus
onhelp
onkeydown
onkeypress
onkeyup
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup
onselect
onselectstart
readonly
style
tabindex
title
(value)