You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Zdeněk Sochor <zd...@ataco.cz> on 2007/02/23 10:27:06 UTC

Tomahawk - incorrect behaviour of TableSuggestAjax

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