Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

executePhase (PROCESS_VALIDATIONS 3..) Error on h:selectItems

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

****************************************************************************
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)
------------------------------------------------------------------------------

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic