Home > Contents > Index >
textformat:tostring
Converts a list to a displayable string.
Syntax
<textformat:tostring list="listname
" [field="fieldname
"] varname="varname
" [maxcount="number
"] [ellipsis="true|false"]/>Parameters
list
(required)- Input parameter. Name of the list to convert.
field
(optional)- Input parameter. A column name in the list.
varname
(required)- Input and output parameter. As input, the name of variable to hold the string on output.
maxcount
(optional)- Input parameter. Maximum number of entries to display.
ellipsis
(optional)- Input parameter. Determines if an ellipsis string (...) is appended if more than the maximum number of entries exist in this list. Valid options are
true
(the default value) andfalse
.
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.