This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes Help with Form Submitting Error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Help with Form Submitting Error" Watch "Help with Form Submitting Error" New topic
Author

Help with Form Submitting Error

Steve Dyke
Ranch Hand

Joined: Nov 16, 2004
Posts: 1254
I keep getting this error(actually on thre listboxes) The listboxes are used to resent the user specified chocies:

Adding Message[sourceId=form1:listbox1,summary=Validation Error: Value is not valid)
Tak Ng
Greenhorn

Joined: Jun 05, 2007
Posts: 19
Do you have any validation in your listbox? It seems that the form is sending back to the server some invalid data and the validation phrase is catching it. It will help if you post the code of your jsp page.
Steve Dyke
Ranch Hand

Joined: Nov 16, 2004
Posts: 1254
What is the easiest way to post my JSF code? I keep getting an error when I try to post it as code.
Tak Ng
Greenhorn

Joined: Jun 05, 2007
Posts: 19
I don't really get you. How is that you get an error when you try to post your code?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Help with Form Submitting Error
 
Similar Threads
Validation in Struts
How to fix ListBox and Panel size ..
Dynamic addition of items to combo inJSP
Java Servlet and Dynamic List box
Help - question on selectOneListbox and page reloads