resultsLimit attribute set to -1 in autocompleter tag is ignored
----------------------------------------------------------------
Key: WW-2260
URL: https://issues.apache.org/struts/browse/WW-2260
Project: Struts 2
Issue Type: Bug
Components: Misc
Affects Versions: 2.0.9
Reporter: Dean Pullen
The taglib docs state that the resultsLimit attribute can be set to -1 for
unlimited results:
"Limit how many results are shown as autocompletion options, set to -1 for
unlimited results"
Setting to -1 makes the drop down autocompleter behave as if it has 0 results.
A work around is to set the resultsLimit to something like:
resultsLimit="%{yourList.size}" but the docs are currently incorrect.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.