Tuesday, June 9, 2009

woodstock -> icefaces migration

combos problem - getting HTTP 500
with icefaces 1.8 get - java.util.NoSuchElementException: javax.faces.component.selectItemIterator.next

solution:
1) parameter com.icesoft.faces.standardRequestScope to be set to true (in web.xml)
when com.sun.sql.rowset.CachedRowSetXImpl is used for combo elements
2) use javax.faces.model.SelectItem[] for combo elements

No comments:

Post a Comment