• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

On Drop Down Error summary=(j_id52:txtascedNarow: Validation Error: Value is not valid)

 
Ranch Hand
Posts: 60
Hibernate Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi every one.


i have a problem in JSF DropDown. i use <h:selectOneMenu > in my jsp pages and the list i gives this dropdown type is SelectedItem type......

here ny JSp code



this dropdown fill when i change his parent DropDown.

its working fine. but when i go to save this page then this errors occur save action not called. i not use validations its JSF errror.

Here the error log

Aug 24, 2009 11:11:11 AM com.sun.faces.lifecycle.RenderResponsePhase execute
INFO: WARNING: FacesMessage(s) have been enqueued, but may not have been displayed.
sourceId=j_id52:txtascedNarow[severity=(ERROR 2), summary=(j_id52:txtascedNarow: Validation Error: Value is not valid), detail=(j_id52:txtascedNarow: Validation Error: Value is not valid)]


Any one help me on this issue..............
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic