Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.5-SNAPSHOT
-
None
Description
Hi,
TableSuggestAjax is behaving incorrectly after restore view phase in JSF.
This is due to incorrect implementation of org.apache.myfaces.component.html.ext.HtmlInputText class
- attribute autocomplete is NOT stored/restored (in saveState/restoreState methods).
And question - why is autocomplete attribute implemented as String instead of Boolean?
Zdenek