| Author |
executePhase (PROCESS_VALIDATIONS 3..) Error on h:selectItems
|
Fahim A.
Greenhorn
Joined: Apr 20, 2008
Posts: 2
|
|
Hi there,
i am bugged because of following error message:
Error message of the site:
How I get to this error message:
I do have some selectOneMenu Boxes within an dataTable on my xhtml site:
With an commandLink I do change propObject (I do add one more property to this list). I will get only this error message, when #{reportManagerBean.propertyList} will be called and propObject.property has an value. If propObject.properts is null (no value choosen), everything works fine...
reportManagerBean.propertyList():
Anybody got an idea what this error message means?
[ April 20, 2008: Message edited by: Fahim A. ]
[ April 20, 2008: Message edited by: Fahim A. ]
|
 |
Fahim A.
Greenhorn
Joined: Apr 20, 2008
Posts: 2
|
|
After calling the getter #{reportManagerBean.propertyList} the htmldatatable seems to forget the positioned row and returns -1. After that the getter of propertyList does return a list of SelectedItems to the htmldatatable without an position. Anybody got an idea how to solve this problem?
|
 |
Navdeep kanwal Singh
Greenhorn
Joined: Apr 17, 2011
Posts: 1
|
|
****************************************************************************
I am having the Same Exception ,Have you got any solution.???
****************************************************************************
com.sun.faces.lifecycle.ProcessValidationsPhase execute
WARNING: java.util.NoSuchElementException
javax.faces.FacesException: java.util.NoSuchElementException
at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:714)
at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:675)
at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:720)
at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:675)
------------------------------------------------------------------------------
|
 |
 |
|
|
subject: executePhase (PROCESS_VALIDATIONS 3..) Error on h:selectItems
|
|
|