Top "Icefaces-2" questions

ui:repeat doesn't work with Map

I have a Map of key / values, which I initialize in @PostConstruct as follows: Map<String, String> myMap; @…

jsf jsf-2 icefaces icefaces-2
javax.faces.component.UpdateModelException: javax.el.PropertyNotFoundException:

I am working on a JSF2, Icefaces web application. I have the following view: <h:dataTable value="#{myFormBB.userRolesBean.…

java jsf-2 propertynotfoundexception icefaces-2
Faces messages are not cleared on subsequent requests

Case is as follows: you have a bean method which parses a file, and if parsing fail, error message is …

jsf jsf-2 icefaces icefaces-2