7.19.1. Tag Reference

This reference describes the tags and their attributes provided by Nablarch.
See JSP Custom Tags for details on how to use each tag and examples of its use.
Form
form tag (form)
Enter
text tag (text)
search tag (search)
tel tag (tel)
url tag (URL)
email tag (email)
date tag (date)
month tag (month)
week tag (week)
time tag (time)
datetimeLocal tag (datetimeLocal)
number tag (number)
range tag (range)
color tag (color)
textarea tag (text area)
password tag (password)
radioButton tag (radio button)
checkbox tag (checkbox)
file tag (file)
select tag (pull-down)
compositeKeyRadioButton tag (radio button corresponding to the composite key)
compositeKeyCheckbox Tag (checkbox corresponding to the composite key)
radioButtons tag (multiple radio buttons)
checkbox tag (multiple checkboxes)
codeSelect tag (code value pull-down)
codeCheckbox tag (code value checkbox)
codeRadioButtons tag (multiple radio buttons for code values)
codeCheckboxes tag (multiple checkboxes for code values)
hidden tag (hidden encryption)
hiddenStore tag (hidden store)
Submit
Submit form
submit tag (button of input tag)
button tag (button of button tag)
Open another window and submit (pop-up)
popupSubmit tag (button of input tag)
popupButton tag (button of button tag)
Submit for download
downloadSubmit tag (button of input tag)
downloadButton tag (button of button tag)
Submit control
param tag (specification of parameter to be added during submission)
changeParamName tag (change parameter name when submitting for pop-up)
Output
Value
write tag (object value)
prettyPrint tag (object value. Do not perform escape only for qualified HTML (such as b tag))
rawWrite tag (object value. Do not perform HTML escape)
code tag (code value)
Message
message tag (message)
Error
errors tag (list of error messages)
error tag (individual display of error messages)
HTML tag to specify URI (adding context path and URL rewrite)
Utility
noCache tag (suppress browser cache)
set tag (configure a value to a variable)
include tag (include)
includeParam tag (specification of parameters to be added for include)
confirmationPage tag (common input and confirmation screens)
ignoreConfirmation tag (partially disable the screen state of the confirmation screen)
forInputPage tag (output body only on input screen)
forConfirmationPage tag (output body only on the confirmation screen)

7.19.1.1. Common attributes

Refer to the common attributes defined here for each custom tag definition.

7.19.1.1.1. All HTML tags

Attribute Description
id XHTML id attribute.
cssClass XHTML class attribute.
style XHTML style attribute.
title XHTML title attribute.
lang XHTML lang attribute.
xmlLang XHTML xml:lang attribute.
dir XHTML dir attribute.
onclick XHTML onclick attribute.
ondblclick XHTML ondblclick attribute.
onmousedown XHTML onmousedown attribute.
onmouseup XHTML onmouseup attribute.
onmouseover XHTML onmouseover attribute.
onmousemove XHTML onmousemove attribute.
onmouseout XHTML onmouseout attribute.
onkeypress XHTML onkeypress attribute.
onkeydown XHTML onkeydown attribute.
onkeyup XHTML onkeyup attribute.

7.19.1.1.2. HTML tags that can acquire focus

Attribute Description
accesskey XHTML accesskey attribute.
tabindex XHTML tabindex attribute.
onfocus XHTML onfocus attribute.
onblur XHTML onblur attribute.

7.19.1.1.3. Using Dynamic Attributes

In tags that dynamic attributes are available, attributes that are not defined can also be set.

7.19.1.2. Individual attributes

7.19.1.2.1. form tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
name XHTML name attribute.
action XHTML action attribute.
method XHTML method attribute. Default is post.
enctype XHTML enctype attribute.
onsubmit XHTML onsubmit attribute.
onreset XHTML onreset attribute.
accept XHTML accept attribute.
acceptCharset XHTML accept-charset attribute.
target XHTML target attribute.
autocomplete HTML5 autocomplete attribute.
windowScopePrefixes Window scope variable prefix. Use comma as a delimiter if more than one is specified. Outputs the request parameters that match the specified prefix as a hidden tag.
useToken Whether to set up a token. True if the token is set, false if it is not set. Default is false. If the confirmationPage tag is specified, it defaults to true.
secure Whether to use https for URI. To use https true, not to use https false.
preventPostResubmit Whether to use the POST retransmission prevention feature. Default is false. True if used, false otherwise.

7.19.1.2.2. text tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute. When displaying values, the value attribute is also used for the XHTML value attribute if no value attribute is specified.
value XHTML value attribute.
disabled XHTML disabled attribute (Boolean attribute).
readonly XHTML readonly attribute (Boolean attribute).
size XHTML size attribute.
maxlength XHTML maxlength attribute.
onselect XHTML onselect attribute.
onchange XHTML onchange attribute.
autocomplete HTML5 autocomplete attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
placeholder HTML5 placeholder attribut.
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.
valueFormat Format for output. See Output of values after formatting for the specifics.

7.19.1.2.3. search tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute. When displaying values, the value attribute is also used for the XHTML value attribute if no value attribute is specified.
value XHTML value attribute.
disabled XHTML disabled attribute (Boolean attribute).
autocomplete HTML5 autocomplete attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.
valueFormat Format for output. See Output of values after formatting for the specifics.

7.19.1.2.4. tel tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute. When displaying values, the value attribute is also used for the XHTML value attribute if no value attribute is specified.
value XHTML value attribute.
disabled XHTML disabled attribute (Boolean attribute).
autocomplete HTML5 autocomplete attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.
valueFormat Format for output. See Output of values after formatting for the specifics.

7.19.1.2.5. url tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute. When displaying values, the value attribute is also used for the XHTML value attribute if no value attribute is specified.
value XHTML value attribute.
disabled XHTML disabled attribute (Boolean attribute).
autocomplete HTML5 autocomplete attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.
valueFormat Format for output. See Output of values after formatting for the specifics.

7.19.1.2.6. email tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute. When displaying values, the value attribute is also used for the XHTML value attribute if no value attribute is specified.
value XHTML value attribute.
disabled XHTML disabled attribute (Boolean attribute).
autocomplete HTML5 autocomplete attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.
valueFormat Format for output. See Output of values after formatting for the specifics.

7.19.1.2.7. date tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute. When displaying values, the value attribute is also used for the XHTML value attribute if no value attribute is specified.
value XHTML value attribute.
disabled XHTML disabled attribute (Boolean attribute).
autocomplete HTML5 autocomplete attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.
valueFormat Format for output. See Output of values after formatting for the specifics.

7.19.1.2.8. month tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute. When displaying values, the value attribute is also used for the XHTML value attribute if no value attribute is specified.
value XHTML value attribute.
disabled XHTML disabled attribute (Boolean attribute).
autocomplete HTML5 autocomplete attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.
valueFormat Format for output. See Output of values after formatting for the specifics.

7.19.1.2.9. week tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute. When displaying values, the value attribute is also used for the XHTML value attribute if no value attribute is specified.
value XHTML value attribute.
disabled XHTML disabled attribute (Boolean attribute).
autocomplete HTML5 autocomplete attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.
valueFormat Format for output. See Output of values after formatting for the specifics.

7.19.1.2.10. time tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute. When displaying values, the value attribute is also used for the XHTML value attribute if no value attribute is specified.
value XHTML value attribute.
disabled XHTML disabled attribute (Boolean attribute).
autocomplete HTML5 autocomplete attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.
valueFormat Format for output. See Output of values after formatting for the specifics.

7.19.1.2.11. datetimeLocal tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute. When displaying values, the value attribute is also used for the XHTML value attribute if no value attribute is specified.
value XHTML value attribute.
disabled XHTML disabled attribute (Boolean attribute).
autocomplete HTML5 autocomplete attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.
valueFormat Format for output. See Output of values after formatting for the specifics.

7.19.1.2.12. number tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute. When displaying values, the value attribute is also used for the XHTML value attribute if no value attribute is specified.
value XHTML value attribute.
disabled XHTML disabled attribute (Boolean attribute).
autocomplete HTML5 autocomplete attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.
valueFormat Format for output. See Output of values after formatting for the specifics.

7.19.1.2.13. range tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute. When displaying values, the value attribute is also used for the XHTML value attribute if no value attribute is specified.
value XHTML value attribute.
disabled XHTML disabled attribute (Boolean attribute).
autocomplete HTML5 autocomplete attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.
valueFormat Format for output. See Output of values after formatting for the specifics.

7.19.1.2.14. color tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute. When displaying values, the value attribute is also used for the XHTML value attribute if no value attribute is specified.
value XHTML value attribute.
disabled XHTML disabled attribute (Boolean attribute).
autocomplete HTML5 autocomplete attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.
valueFormat Format for output. See Output of values after formatting for the specifics.

7.19.1.2.15. textarea tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute.
rows required XHTML rows attribute.
cols required XHTML cols attribute.
disabled XHTML disabled attribute (Boolean attribute).
readonly XHTML readonly attribute (Boolean attribute).
onselect XHTML onselect attribute.
onchange XHTML onchange attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
placeholder HTML5 placeholder attribute.
maxlength HTML5 maxlength attribute.
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.

7.19.1.2.16. password tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute.
disabled XHTML disabled attribute (Boolean attribute).
readonly XHTML readonly attribute (Boolean attribute).
size XHTML size attribute.
maxlength XHTML maxlength attribute.
onselect XHTML onselect attribute.
onchange XHTML onchange attribute.
autocomplete HTML5 autocomplete attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
placeholder HTML5 placeholder attribute.
restoreValue Whether to restore the input data when the input screen is redisplayed. True to restore, false to not restore. Default is false.
replacement Substitution characters to be used in the output for the confirmation screen. Default is *.
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.

7.19.1.2.17. radioButton tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute.
value required XHTML value attribute.
label required Label.
disabled XHTML disabled attribute (Boolean attribute).
onchange XHTML onchange attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.

7.19.1.2.18. checkbox tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute.
value XHTML value attribute. The value used when there is a checkmark. Default is 1.
autofocus HTML5 autofocus attribute (Boolean attribute).
label The label used when there is a checkmark. This label is displayed on the input screen.
useOffValue Whether to use the value configuration without the checkmark. Default is true.
offLabel The label used when there is no checkmark.
offValue The value used when there is no checkmark. Default is 0.
disabled XHTML disabled attribute (Boolean attribute).
onchange XHTML onchange attribute.
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.

7.19.1.2.19. compositeKeyCheckbox Tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute.
valueObject required Object used instead of the XHTML value attribute. Must have the property specified in the keyNames attribute.
keyNames required Key name of the composite key. Specify the key names using comma as the delimiter.
namePrefix required Prefix to use when deploying to the request parameter. Unlike the normal name attribute, values that match the key name specified with . in this name and keyNames attribute are handled in the same way as normal name attributes. For example, if form is specified in the namePrefix attribute and key1 and key2 are specified in the keyNames attribute, the value of this checkbox will be output using the value included in the request scope with form.key1 and form.key2 during display. In addition, the value selected from the request parameters form.key1, form.key2 can be obtained in the process of the submitted request. The name attribute has a special restriction that it must have a name different from the key combination specified by the namePrefix and keyNames attributes. Pay attention to this point during implementation.
autofocus HTML5 autofocus attribute (Boolean attribute).
label The label used when there is a checkmark. This label is displayed on the input screen.
disabled XHTML disabled attribute (Boolean attribute).
onchange XHTML onchange attribute.
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.

7.19.1.2.20. compositeKeyRadioButton tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute.
valueObject required Object used instead of the XHTML value attribute. Must have the property specified in the keyNames attribute.
keyNames required Key name of the composite key. Specify the key names using comma as the delimiter.
namePrefix required Prefix to use when deploying to the request parameter. Unlike the normal name attribute, values that match the key name specified with . in this name and keyNames attribute are handled in the same way as normal name attributes. For example, if form is specified in the namePrefix attribute and key1 and key2 are specified in the keyNames attribute, the value of this checkbox will be output using the value included in the request scope with form.key1 and form.key2 during display. In addition, the value selected from the request parameters form.key1, form.key2 can be obtained in the process of the submitted request. The name attribute has a special restriction that it must have a name different from the key combination specified by the namePrefix and keyNames attributes. Pay attention to this point during implementation.
autofocus HTML5 autofocus attribute (Boolean attribute).
label The label used when there is a checkmark. This label is displayed on the input screen.
disabled XHTML disabled attribute (Boolean attribute).
onchange XHTML onchange attribute.
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.

7.19.1.2.21. file tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute.
disabled XHTML disabled attribute (Boolean attribute).
readonly XHTML readonly attribute (Boolean attribute).
size XHTML size attribute.
maxlength XHTML maxlength attribute.
onselect XHTML onselect attribute.
onchange XHTML onchange attribute.
accept XHTML accept attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
multiple HTML5 multiple attribute (Boolean attribute).
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.

7.19.1.2.22. hidden tag

Availability of dynamic attributes :Available

Outputs value to the window scope without HTML tag output.

Important

Window scope is deprecated. For details, see Retaining the input data across screens (window scope).

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute.
disabled XHTML disabled attribute (Boolean attribute).

7.19.1.2.23. plainHidden tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute.
disabled XHTML disabled attribute (Boolean attribute).

7.19.1.2.24. hiddenStore tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute.
disabled XHTML disabled attribute (Boolean attribute).

7.19.1.2.25. select tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
name required XHTML name attribute.
listName required Name of the option list. Custom tags use this name to acquire the option list from the request scope. If the option list acquired from the request scope is empty, nothing is displayed on the screen.
elementLabelProperty required Property name to acquire the label from list element.
elementValueProperty required Property name to acquire value from the list element.
size XHTML size attribute.
multiple XHTML multiple attribute (Boolean attribute).
disabled XHTML disabled attribute (Boolean attribute).
tabindex XHTML tabindex attribute.
onfocus XHTML onfocus attribute.
onblur XHTML onblur attribute.
onchange XHTML onchange attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
elementLabelPattern Pattern to format the label. Placeholders are shown below. $LABEL$ : Label $VALUE$ : Value Default is $LABEL$ .
listFormat Format to use when displaying the list. Specify one of the following. br(br tag) div(div tag) span(span tag) ul(ul tag) ol(ol tag) sp(space delimited) Default is br.
withNoneOption Whether to add an unselected option to the top of the list. To add true, not to add false. Default is false.
noneOptionLabel Label to use for adding the not selected option to the top of the list. This attribute is valid only if true is specified for withNoneOption. Default is "".
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.

7.19.1.2.26. radioButtons tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags id attribute cannot be specified.
HTML tags that can acquire focus accesskey attribute cannot be specified.
name required XHTML name attribute.
listName required Name of the option list. Custom tags use this name to acquire the option list from the request scope. If the option list acquired from the request scope is empty, nothing is displayed on the screen.
elementLabelProperty required Property name to acquire the label from list element.
elementValueProperty required Property name to acquire value from the list element.
disabled XHTML disabled attribute (Boolean attribute).
onchange XHTML onchange attribute.
autofocus HTML5 autofocus attribute (Boolean attribute). Output the autofocus attribute only for the first element among the options.
elementLabelPattern Pattern to format the label. Placeholders are shown below. $LABEL$ : Label $VALUE$ : Value Default is $LABEL$ .
listFormat Format to use when displaying the list. Specify one of the following. br(br tag) div(div tag) span(span tag) ul(ul tag) ol(ol tag) sp(space delimited) Default is br.
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.

7.19.1.2.27. checkbox tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags id attribute cannot be specified.
HTML tags that can acquire focus accesskey attribute cannot be specified.
name required XHTML name attribute.
listName required Name of the option list. Custom tags use this name to acquire the option list from the request scope. If the option list acquired from the request scope is empty, nothing is displayed on the screen.
elementLabelProperty required Property name to acquire the label from list element.
elementValueProperty required Property name to acquire value from the list element.
disabled XHTML disabled attribute (Boolean attribute).
onchange XHTML onchange attribute.
autofocus HTML5 autofocus attribute (Boolean attribute). Output the autofocus attribute only for the first element among the options.
elementLabelPattern Pattern to format the label. Placeholders are shown below. $LABEL$ : Label $VALUE$ : Value Default is $LABEL$ .
listFormat Format to use when displaying the list. Specify one of the following. br(br tag) div(div tag) span(span tag) ul(ul tag) ol(ol tag) sp(space delimited) Default is br.
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.

7.19.1.2.28. submit tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name XHTML name attribute.
type required XHTML type attribute.
uri required URI. See URI specification method.
disabled XHTML disabled attribute (Boolean attribute).
value XHTML value attribute.
src XHTML src attribute.
alt XHTML alt attribute.
usemap XHTML usemap attribute.
align XHTML align attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
allowDoubleSubmission Whether to allow double submission. Configure to true when allowed and to false when not allowed. Default is true.
secure Whether to use https for URI. To use https true, not to use https false.
displayMethod A display method in the case of performing display control based on the result of authorization determination and service availability determination. Specify one of the following. NODISPLAY (no display) DISABLED (disabled) NORMAL (normal display)

7.19.1.2.29. button tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name XHTML name attribute.
uri required URI. See URI specification method.
value XHTML value attribute.
type XHTML type attribute.
disabled XHTML disabled attribute (Boolean attribute).
autofocus HTML5 autofocus attribute (Boolean attribute).
allowDoubleSubmission Whether to allow double submission. Configure to true when allowed and to false when not allowed. Default is true.
secure Whether to use https for URI. To use https true, not to use https false.
displayMethod A display method in the case of performing display control based on the result of authorization determination and service availability determination. Specify one of the following. NODISPLAY (no display) DISABLED (disabled) NORMAL (normal display)

7.19.1.2.31. popupSubmit tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name XHTML name attribute.
type required XHTML type attribute.
uri required URI. See URI specification method.
disabled XHTML disabled attribute (Boolean attribute).
value XHTML value attribute.
src XHTML src attribute.
alt XHTML alt attribute.
usemap XHTML usemap attribute.
align XHTML align attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
secure Whether to use https for URI. To use https true, not to use https false.
popupWindowName Window name of pop-up. Specify the second argument (JavaScript) of the window.open function when opening a new window.
popupOption Pop-up option information. Specify the third argument (JavaScript) of the window.open function when opening a new window.
displayMethod A display method in the case of performing display control based on the result of authorization determination and service availability determination. Specify one of the following. NODISPLAY (no display) DISABLED (disabled) NORMAL (normal display)

7.19.1.2.32. popupButton tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name XHTML name attribute.
uri required URI. See URI specification method.
value XHTML value attribute.
type XHTML type attribute.
disabled XHTML disabled attribute (Boolean attribute).
autofocus HTML5 autofocus attribute (Boolean attribute).
secure Whether to use https for URI. To use https true, not to use https false.
popupWindowName Window name of pop-up. Specify the second argument (JavaScript) of the window.open function when opening a new window.
popupOption Pop-up option information. Specify the third argument (JavaScript) of the window.open function when opening a new window.
displayMethod A display method in the case of performing display control based on the result of authorization determination and service availability determination. Specify one of the following. NODISPLAY (no display) DISABLED (disabled) NORMAL (normal display)

7.19.1.2.34. downloadSubmit tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name XHTML name attribute.
type required XHTML type attribute.
uri required URI. See URI specification method.
disabled XHTML disabled attribute (Boolean attribute).
value XHTML value attribute.
src XHTML src attribute.
alt XHTML alt attribute.
usemap XHTML usemap attribute.
align XHTML align attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
allowDoubleSubmission Whether to allow double submission. Configure to true when allowed and to false when not allowed. Default is true.
secure Whether to use https for URI. To use https true, not to use https false.
displayMethod A display method in the case of performing display control based on the result of authorization determination and service availability determination. Specify one of the following. NODISPLAY (no display) DISABLED (disabled) NORMAL (normal display)

7.19.1.2.35. downloadButton tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name XHTML name attribute.
uri required URI. See URI specification method.
value XHTML value attribute.
type XHTML type attribute.
disabled XHTML disabled attribute (Boolean attribute).
autofocus HTML5 autofocus attribute (Boolean attribute).
allowDoubleSubmission Whether to allow double submission. Configure to true when allowed and to false when not allowed. Default is true.
secure Whether to use https for URI. To use https true, not to use https false.
displayMethod A display method in the case of performing display control based on the result of authorization determination and service availability determination. Specify one of the following. NODISPLAY (no display) DISABLED (disabled) NORMAL (normal display)

7.19.1.2.37. param tag

Availability of dynamic attributes :Unavailable

Attribute Description
paramName required Name of the parameter to use for submission.
name The name to acquire the value. Specify for referring to objects in the scope such as the request scope. Specify either name attribute or value attribute.
value Value. Used to specify a value directly. Specify either name attribute or value attribute.

7.19.1.2.38. changeParamName tag

Availability of dynamic attributes :Unavailable

Attribute Description
paramName required Name of the parameter to use for submission.
inputName required Name attribute of the input element of the source screen to be changed.

7.19.1.2.39. a tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
charset XHTML charset attribute.
type XHTML type attribute.
name XHTML name attribute.
href XHTML href attribute. See URI specification method.
hreflang XHTML hreflang attribute.
rel XHTML rel attribute.
rev XHTML rev attribute.
shape XHTML shape attribute.
coords XHTML coords attribute.
target XHTML target attribute.
secure Whether to use https for URI. To use https true, not to use https false.

7.19.1.2.40. img tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
src required XHTML charsrc attribute. See URI specification method.
alt required XHTML alt attribute.
name XHTML name attribute.
longdesc XHTML longdesc attribute.
height XHTML height attribute.
width XHTML width attribute.
usemap XHTML usemap attribute.
ismap XHTML ismap attribute.
align XHTML align attribute.
border XHTML border attribute.
hspace XHTML hspace attribute.
vspace XHTML vspace attribute.
secure Whether to use https for URI. To use https true, not to use https false.

7.19.1.2.42. script tag

Availability of dynamic attributes :Available

Attribute Description
type required XHTML type attribute.
id XHTML id attribute.
charset XHTML charset attribute.
language XHTML language attribute.
src XHTML src attribute. See URI specification method.
defer XHTML defer attribute.
xmlSpace XHTML xml:space attribute.
secure Whether to use https for URI. To use https true, not to use https false.

7.19.1.2.43. errors tag

Availability of dynamic attributes :Unavailable

Attribute Description
cssClass CSS class name to use for ul tags in the list display. Default is nablarch_errors.
infoCss CSS class name used for information-level messages. Default is nablarch_info.
warnCss CSS class name used for warning-level messages. Default is nablarch_warn.
errorCss CSS class name used for error level messages. Default is nablarch_error.
filter Filter criteria for messages to be included in the list. Specify one of the following. all (display all messages) global (display only messages not corresponding to input items) Default is all. For global, the message containing the property name of ValidationResultMessage is removed and output.

7.19.1.2.44. error tag

Availability of dynamic attributes :Unavailable

Attribute Description
name required The name attribute of the input item that displays the error message.
errorCss CSS class name used for error level messages. Default is nablarch_error.
messageFormat Format used to display the message. Specify one of the following. div (div tag) span (span tag) Default is div.

7.19.1.2.45. noCache tag

Availability of dynamic attributes :Unavailable

No attribute.

7.19.1.2.46. codeSelect tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
name required XHTML name attribute.
codeId required Code ID.
size XHTML size attribute.
multiple XHTML multiple attribute (Boolean attribute).
disabled XHTML disabled attribute (Boolean attribute).
tabindex XHTML tabindex attribute.
onfocus XHTML onfocus attribute.
onblur XHTML onblur attribute.
onchange XHTML onchange attribute.
autofocus HTML5 autofocus attribute (Boolean attribute).
pattern Column name of the pattern used. Default is not specified.
optionColumnName Column name of option name to acquire.
labelPattern Pattern to format the label. Placeholders are shown below. $NAME$: Code name corresponding to the code value $SHORTNAME$: Abbreviation of code corresponding to the code value $OPTIONALNAME$: Option name of code corresponding to the code value $VALUE$: Code value $OPTIONALNAME$ is used, specifying the optionColumnName attribute is required. Default is $NAME$.
listFormat Format to use when displaying the list. Specify one of the following. br(br tag) div(div tag) span(span tag) ul(ul tag) ol(ol tag) sp(space delimited) Default is br.
withNoneOption Whether to add an unselected option to the top of the list. To add true, not to add false. Default is false.
noneOptionLabel Label to use for adding the not selected option to the top of the list. This attribute is valid only if true is specified for withNoneOption. Default is "".
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.

7.19.1.2.47. codeRadioButtons tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags id attribute cannot be specified.
HTML tags that can acquire focus accesskey attribute cannot be specified.
name required XHTML name attribute.
codeId required Code ID.
disabled XHTML disabled attribute (Boolean attribute).
onchange XHTML onchange attribute.
autofocus HTML5 autofocus attribute (Boolean attribute). Output the autofocus attribute only for the first element among the options.
pattern Column name of the pattern used. Default is not specified.
optionColumnName Column name of option name to acquire.
labelPattern Pattern to format the label. Placeholders are shown below. $NAME$: Code name corresponding to the code value $SHORTNAME$: Abbreviation of code corresponding to the code value $OPTIONALNAME$: Option name of code corresponding to the code value $VALUE$: Code value $OPTIONALNAME$ is used, specifying the optionColumnName attribute is required. Default is $NAME$.
listFormat Format to use when displaying the list. Specify one of the following. br(br tag) div(div tag) span(span tag) ul(ul tag) ol(ol tag) sp(space delimited) Default is br.
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.

7.19.1.2.48. codeCheckboxes tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags id attribute cannot be specified.
HTML tags that can acquire focus accesskey attribute cannot be specified.
name required XHTML name attribute.
codeId required Code ID.
disabled XHTML disabled attribute (Boolean attribute).
onchange XHTML onchange attribute.
autofocus HTML5 autofocus attribute (Boolean attribute). Output the autofocus attribute only for the first element among the options.
pattern Column name of the pattern used. Default is not specified.
optionColumnName Column name of option name to acquire.
labelPattern Pattern to format the label. Placeholders are shown below. $NAME$: Code name corresponding to the code value $SHORTNAME$: Abbreviation of code corresponding to the code value $OPTIONALNAME$: Option name of code corresponding to the code value $VALUE$: Code value $OPTIONALNAME$ is used, specifying the optionColumnName attribute is required. Default is $NAME$.
listFormat Format to use when displaying the list. Specify one of the following. br(br tag) div(div tag) span(span tag) ul(ul tag) ol(ol tag) sp(space delimited) Default is br.
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.

7.19.1.2.49. codeCheckbox tag

Availability of dynamic attributes :Available

Attribute Description
All HTML tags  
HTML tags that can acquire focus  
name required XHTML name attribute.
value XHTML value attribute. The code value used when there is a checkmark. Default is 1.
autofocus HTML5 autofocus attribute (Boolean attribute).
codeId required Code ID.
optionColumnName Column name of option name to acquire.
labelPattern Pattern to format the label. Placeholders are shown below. $NAME$: Code name corresponding to the code value $SHORTNAME$: Abbreviation of code corresponding to the code value $OPTIONALNAME$: Option name of code corresponding to the code value $VALUE$: Code value $OPTIONALNAME$ is used, specifying the optionColumnName attribute is required. Default is $NAME$.
offCodeValue The code value used when there is no checkmark. If the offCodeValue attribute is not specified, search for the code value to use if there is no check from the value of the codeId attribute. If there are 2 search results and one is the value of the value attribute, use the remaining as a code value without check. If not found with the search, use the default value 0.
disabled XHTML disabled attribute (Boolean attribute).
onchange XHTML onchange attribute.
errorCss CSS class name used for error level messages. Default is nablarch_error.
nameAlias Configure alias of name attribute. Use comma as a delimiter if more than one is specified.

7.19.1.2.50. code tag

Availability of dynamic attributes :Available

Attribute Description
name Name used to acquire the code value to be displayed from the variable scope. if omitted, a list of codes filtered down by the code ID attribute and pattern attribute is displayed.
codeId required Code ID.
pattern Column name of the pattern used. Default is not specified.
optionColumnName Column name of option name to acquire.
labelPattern Pattern to format the label. Placeholders are shown below. $NAME$: Code name corresponding to the code value $SHORTNAME$: Abbreviation of code corresponding to the code value $OPTIONALNAME$: Option name of code corresponding to the code value $VALUE$: Code value $OPTIONALNAME$ is used, specifying the optionColumnName attribute is required. Default is $NAME$.
listFormat Format to use when displaying the list. Specify one of the following. br(br tag) div(div tag) span(span tag) ul(ul tag) ol(ol tag) sp(space delimited) Default is br.

7.19.1.2.51. message tag

Availability of dynamic attributes :Unavailable

Attribute Description
messageId required Message ID.
option0 ~ option9 Optional arguments with index between 0 ~ 9 used for message format. Up to 10 optional arguments can be specified.
language Language of the message. The language configured in the thread context is the default.
var Variable name used when storing in the request scope. If var attribute is specified, configures in the request scope without output of a message. HTML escape and HTML format are not performed when configuring in the request scope.
htmlEscape Whether HTML escape is to be performed. To perform HTML escape true, not to perform HTML escape false. Default is true.
withHtmlFormat Whether to use the HTML format (conversion of carriage return and line feed and half-width). HTML format is valid only when HTML escape is used. Default is true.

7.19.1.2.52. write tag

Availability of dynamic attributes :Unavailable

Attribute Description
name Name used to acquire the value to be displayed from the variable scope. Cannot be specified at the same time as the value attribute.
value Value to be displayed.Used to specify a value directly. Cannot be specified at the same time as the name attribute.
withHtmlFormat Whether to use the HTML format (conversion of carriage return and line feed and half-width). HTML format is valid only when HTML escape is used. Default is true.
valueFormat Format used for output. For the contents to be specified, see Output of values after formatting.

7.19.1.2.53. prettyPrint tag

Availability of dynamic attributes :Unavailable

Important

This tag is deprecated and should not be used. For details, see reason why the use of prettyPrint tag is not recommended.

Attribute Description
name required Name used to acquire the value to be displayed from the variable scope

7.19.1.2.54. rawWrite tag

Availability of dynamic attributes :Unavailable

Attribute Description
name required Name used to acquire the value to be displayed from the variable scope

7.19.1.2.55. set tag

Availability of dynamic attributes :Unavailable

Attribute Description
var required Variable name used when storing in the request scope.
name The name to acquire the value. Specify either name attribute or value attribute.
value Value. Used to specify a value directly.Specify either name attribute or value attribute.
scope Configure the scope for storing variables. Scope that can be specified is given below. page: Page scope. request: Request scope. Default is request scope.
bySingleValue Whether to acquire the value corresponding to the name attribute as a single value. Default is true.

7.19.1.2.56. include tag

Availability of dynamic attributes :Unavailable

Attribute Description
path required Path of the resource to include.

7.19.1.2.57. includeParam tag

Availability of dynamic attributes :Unavailable

Attribute Description
paramName required Name of the parameter to use for include.
name The name to acquire the value. Specify either name attribute or value attribute.
value Value. Used to specify a value directly.Specify either name attribute or value attribute.

7.19.1.2.58. confirmationPage tag

Availability of dynamic attributes :Unavailable

Attribute Description
path Path of the forward destination (input screen).

7.19.1.2.59. ignoreConfirmation tag

Availability of dynamic attributes :Unavailable

No attribute.

7.19.1.2.60. forInputPage tag

Availability of dynamic attributes :Unavailable

No attribute.

7.19.1.2.61. forConfirmationPage tag

Availability of dynamic attributes :Unavailable

No attribute.