Re: Value is not a valid option on a selectOneMenu

2009-08-05 Thread Lloyd Lin
-is-not-a-valid-option-on-a-selectOneMenu-tp5156195p24840385.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: t:selectOneMenu: value is not a valid option

2009-07-22 Thread Volker Weber
@myfaces.apache.org Sent: Tuesday, July 21, 2009 12:59 PM Subject: Re: t:selectOneMenu: value is not a valid option Hi Rafael, your itemValues are Strings, your bean expect Integer. you can change the getter and setter to accept and return Strings or try itemValue=#{1}, you may need to change from

Re: t:selectOneMenu: value is not a valid option

2009-07-22 Thread Mike Kienenberger
PM Subject: Re: t:selectOneMenu: value is not a valid option Hi Rafael, your itemValues are Strings, your bean expect Integer. you can change the getter and setter to accept and return Strings or try itemValue=#{1}, you may need to change from Integer to Number than. Regards,   Volker

t:selectOneMenu: value is not a valid option

2009-07-21 Thread SANTINI, Rafael
Hi, I can't figure out why the following code results in value is not a valid option: h:messages/ h:form t:selectOneMenu value=#{bean.opcao} id=opcao f:selectItem itemLabel=Opção 1 itemValue=1/ f:selectItem itemLabel=Opção 2 itemValue=2/ f:selectItem itemLabel=Opção 3 itemValue=3

RE: t:selectOneMenu: value is not a valid option

2009-07-21 Thread Rene van Wijk
   Your return value must be of the the type SelectItem -Original message- From: SANTINI, Rafael raf...@santini.eti.br Sent: Tue 21-07-2009 16:53 To: MyFaces Discussion users@myfaces.apache.org; Subject: : value is not a valid option Hi, I can't figure out why the following code

Re: t:selectOneMenu: value is not a valid option

2009-07-21 Thread Anton Gavazuk
option value=7Bill/option option value=10Cash deposit/option option value=11Cash withdrawal/option option value=12Other/option option value=8Salary payment/option option value=9Upfront payment/option /select and when I select first All option jsf throws Value is not valid, otherwise it works fine

Re: t:selectOneMenu: value is not a valid option

2009-07-21 Thread Anton Gavazuk
and when I select first All option jsf throws Value is not valid, otherwise it works fine. Really confusing case... 2009/7/21 SANTINI, Rafael raf...@santini.eti.br Hi, I can't figure out why the following code results in value is not a valid option: h:messages/ h:form t:selectOneMenu value

Re: t:selectOneMenu: value is not a valid option

2009-07-21 Thread Volker Weber
figure out why the following code results in value is not a valid option: h:messages/ h:form  t:selectOneMenu value=#{bean.opcao} id=opcao   f:selectItem itemLabel=Opção 1 itemValue=1/   f:selectItem itemLabel=Opção 2 itemValue=2/   f:selectItem itemLabel=Opção 3 itemValue=3

Re: t:selectOneMenu: value is not a valid option

2009-07-21 Thread SANTINI, Rafael
); } But, is not there a converter for this case? Thank you, Rafael Santini - Original Message - From: Volker Weber v.we...@inexso.de To: MyFaces Discussion users@myfaces.apache.org Sent: Tuesday, July 21, 2009 12:59 PM Subject: Re: t:selectOneMenu: value is not a valid option Hi Rafael

Re: t:selectOneMenu: value is not a valid option

2009-07-21 Thread SANTINI, Rafael
); } But, is not there a converter for this case? Thank you, Rafael Santini - Original Message - From: Volker Weber v.we...@inexso.de To: MyFaces Discussion users@myfaces.apache.org Sent: Tuesday, July 21, 2009 12:59 PM Subject: Re: t:selectOneMenu: value is not a valid option Hi Rafael

RE: Re: t:selectOneMenu: value is not a valid option

2009-07-21 Thread Rene van Wijk
increases considerably this not a good option, performance wise that is.   -Original message- From: SANTINI, Rafael raf...@santini.eti.br Sent: Tue 21-07-2009 19:04 To: MyFaces Discussion users@myfaces.apache.org; Subject: Re: : value is not a valid option Hi Volker, The problem also

Re: t:selectOneMenu: value is not a valid option

2009-07-21 Thread Mike Kienenberger
- Original Message - From: Volker Weber v.we...@inexso.de To: MyFaces Discussion users@myfaces.apache.org Sent: Tuesday, July 21, 2009 12:59 PM Subject: Re: t:selectOneMenu: value is not a valid option Hi Rafael, your itemValues are Strings, your bean expect Integer. you can change

Re: t:selectOneMenu: value is not a valid option

2009-07-21 Thread SANTINI, Rafael
Subject: Re: t:selectOneMenu: value is not a valid option Rather than String, try using Long for your accessors. By default, accessors for literals must either be String or Long or Double. #{1} is a new Long(1), not a new Integer(1). Yes, a converter will work automatically, so if you were

Re: [Solved] ERROR: Value is not a valid option

2008-02-14 Thread Wolf Benz
anybody tell me why it is happening? regards srinivas -- View this message in context: http://www.nabble.com/ERROR% 3A-Value-is-not-a-valid-option-tf3270984.html#a9155607 Sent from the MyFaces - Users mailing list archive at Nabble.com. -- Martin Grotzke http

Re: ERROR: Value is not a valid option

2007-04-04 Thread Mike Kienenberger
it's the contents of the selectItem values. What are you initializing the selectItem value fields with? What's the contents of selectItem.value when it's of type String? -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9826625

Re: ERROR: Value is not a valid option

2007-04-04 Thread fastbob
like it's the contents of the selectItem values. What are you initializing the selectItem value fields with? What's the contents of selectItem.value when it's of type String? -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984

Re: ERROR: Value is not a valid option

2007-04-04 Thread Mike Kienenberger
with? What's the contents of selectItem.value when it's of type String? -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9826625 Sent from the MyFaces - Users mailing list archive at Nabble.com. -- View this message in context

Re: ERROR: Value is not a valid option

2007-04-04 Thread fastbob
? -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9826625 Sent from the MyFaces - Users mailing list archive at Nabble.com. -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid

Re: ERROR: Value is not a valid option

2007-04-03 Thread Jeff Bischoff
There are cases where I find the required attribute to be cumbersome. Whenever that occurs, I just move that check to my action methods. Don't know if that will make any difference in your case, but don't feel like you *have* to use required just because the spec provides it to you as an

Re: ERROR: Value is not a valid option

2007-04-03 Thread fastbob
, either through required=true or some other mechanism. -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9821363 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: ERROR: Value is not a valid option

2007-04-03 Thread fastbob
/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9826625 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: ERROR: Value is not a valid option

2007-04-03 Thread Mike Kienenberger
-is-not-a-valid-option-tf3270984.html#a9826625 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: ERROR: Value is not a valid option

2007-04-02 Thread fastbob
|| value.equals(itemValue)) The exception is thrown by the call to equals in an EJB. I haven't come up with a low-cost way to fix this. Bob -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9762021 Sent from the MyFaces

Re: ERROR: Value is not a valid option

2007-04-02 Thread Mike Kienenberger
(); if (value==itemValue || value.equals(itemValue)) The exception is thrown by the call to equals in an EJB. I haven't come up with a low-cost way to fix this. Bob -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9762021

Re: ERROR: Value is not a valid option

2007-04-02 Thread fastbob
-is-not-a-valid-option-tf3270984.html#a9762021 Sent from the MyFaces - Users mailing list archive at Nabble.com. -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9762503 Sent from the MyFaces - Users mailing list archive

Re: ERROR: Value is not a valid option

2007-03-30 Thread fastbob
-- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9762021 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: ERROR: Value is not a valid option

2007-03-30 Thread Mike Kienenberger
|| value.equals(itemValue)) The exception is thrown by the call to equals in an EJB. I haven't come up with a low-cost way to fix this. Bob -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9762021 Sent from the MyFaces - Users mailing list archive

Re: ERROR: Value is not a valid option

2007-03-30 Thread fastbob
(); if (value==itemValue || value.equals(itemValue)) The exception is thrown by the call to equals in an EJB. I haven't come up with a low-cost way to fix this. Bob -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html

Re: ERROR: Value is not a valid option

2007-03-30 Thread Mike Kienenberger
in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9762021 Sent from the MyFaces - Users mailing list archive at Nabble.com. -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9762503 Sent from

Re: ERROR: Value is not a valid option

2007-03-30 Thread fastbob
: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9762021 Sent from the MyFaces - Users mailing list archive at Nabble.com. -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9762503 Sent from the MyFaces

Re: ERROR: Value is not a valid option

2007-03-30 Thread Mike Kienenberger
= item.getValue(); if (value==itemValue || value.equals(itemValue)) The exception is thrown by the call to equals in an EJB. I haven't come up with a low-cost way to fix this. Bob -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option

Re: [Solved] ERROR: Value is not a valid option

2007-02-27 Thread CarlHowarth
Can anybody tell me why it is happening? regards srinivas -- View this message in context: http://www.nabble.com/ERROR% 3A-Value-is-not-a-valid-option

Re: [Solved] ERROR: Value is not a valid option

2007-02-26 Thread CarlHowarth
=#{reportsBean.containerTypeList }/ /h:selectOneMenu /h:panelGroup Can anybody tell me why it is happening? regards srinivas -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9155607 Sent from the MyFaces - Users mailing list archive

Re: [Solved] ERROR: Value is not a valid option

2007-02-26 Thread Kevin Galligan
value=#{reportsBean.containerTypeList }/ /h:selectOneMenu /h:panelGroup Can anybody tell me why it is happening? regards srinivas -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9155607 Sent from the MyFaces - Users mailing

Re: [Solved] ERROR: Value is not a valid option

2007-02-26 Thread Martin Grotzke
-Value-is-not-a-valid-option-tf3270984.html#a9155607 Sent from the MyFaces - Users mailing list archive at Nabble.com. -- Martin Grotzke http://www.javakaffee.de/blog/ signature.asc Description: This is a digitally signed message part

Re: [Solved] ERROR: Value is not a valid option

2007-02-26 Thread Kevin Galligan
Can anybody tell me why it is happening? regards srinivas -- View this message in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9155607 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: [Solved] ERROR: Value is not a valid option

2007-02-26 Thread Kevin Galligan
? regards srinivas -- View this message in context: http://www.nabble.com/ERROR% 3A-Value-is-not-a-valid-option-tf3270984.html#a9155607 Sent from the MyFaces - Users mailing list archive

Re: [Solved] ERROR: Value is not a valid option

2007-02-26 Thread Mike Kienenberger
in context: http://www.nabble.com/ERROR%3A-Value-is-not-a-valid-option-tf3270984.html#a9155607 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: [Solved] ERROR: Value is not a valid option

2007-02-26 Thread Mike Kienenberger
it is happening? regards srinivas -- View this message in context: http://www.nabble.com/ERROR% 3A-Value-is-not-a-valid-option-tf3270984.html#a9155607 Sent from the MyFaces - Users mailing list archive

Re: [Solved] ERROR: Value is not a valid option

2007-02-26 Thread Kevin Galligan
-is-not-a-valid-option-tf3270984.html#a9155607 Sent from the MyFaces - Users mailing list archive at Nabble.com. -- Martin Grotzke http://www.javakaffee.de/blog/

Re: [Solved] ERROR: Value is not a valid option

2007-02-26 Thread Mike Kienenberger
-- View this message in context: http://www.nabble.com/ERROR% 3A-Value-is-not-a-valid-option-tf3270984.html#a9155607 Sent from the MyFaces - Users mailing list archive at Nabble.com. -- Martin Grotzke

Re: [Solved] ERROR: Value is not a valid option

2007-02-26 Thread Kevin Galligan
? regards srinivas -- View this message in context: http://www.nabble.com/ERROR% 3A-Value-is-not-a-valid-option-tf3270984.html#a9155607 Sent from the MyFaces - Users mailing list archive

Re: [Solved] ERROR: Value is not a valid option

2007-02-26 Thread Mike Kienenberger
On 2/26/07, Mike Kienenberger [EMAIL PROTECTED] wrote: Yes, that's how I would do it. If you specify an itemValue, then that value must be of the correct type. Ie, is not a containerType (Srinivas) and 0 is not a region (Carl). Another way to handle this is to provide your itemValues from

Re: ERROR: Value is not a valid option

2007-02-24 Thread Ernst Fastl
Hi, I have had a similar problem recently. Generally happens if the application is not able to find the selected value in the List of selectItems. This can be due to 2 possible situations: 1. The list is not available during validation - try using a t:saveState

Re: ERROR: Value is not a valid option

2007-02-24 Thread Mike Kienenberger
Does the error go away if you remove this line? f:selectItem itemValue= itemLabel= / I'm guessing that the empty string is not a valid container type. On 2/21/07, Srinivas V [EMAIL PROTECTED] wrote: Hi All, Please help me!! I am having an issue with SelectOneMenu. I have installed JSF

Re: [Solved] Validation error Value is not a valid option appeared since upgrade to 1.1.5

2007-02-22 Thread CarlHowarth
List: regionList: Value is not a valid option. Where 'regionList' is the ID of my h:selectOneMenu ... component. The logging on my converter does not highlight anything is untoward. Has anybody else ran into this issue please, and if so could they let me know how to get around it? Many

Validation error Value is not a valid option appeared since upgrade to 1.1.5

2007-02-21 Thread CarlHowarth
Hello there, I have just upgraded to MyFaces 1.1.5 from 1.1.4 and have come across a problem with the UISelectOne component, using a custom converter. When my form is submitted I now get a message on screen: Validation Error Region List: regionList: Value is not a valid option. Where

ERROR: Value is not a valid option

2007-02-21 Thread Srinivas V
Hi All, Please help me!! I am having an issue with SelectOneMenu. I have installed JSF 1.1.5-SNAPSHOT,Tomahawk1.1.5- SNAPSHOT and tomahawk-sandbox-1.1.5-SNAPSHOT. Previously i had myfaces1.1 jar I dint have issue with selectOneMenu before. Now when I submit the page, I am getting this jsf

Re: Value is not a valid option

2006-07-17 Thread Bill Schneider
and it gives the corresponding cpus of the host from the database and sets to second selectonemenu . but when i submitted to a next form i am getting a error Value is not a valid option This is jsp code. h:outputText value=SelectHOST //th h:panelGroup h:selectOneMenu id=hostids value

Value is not a valid option

2006-07-15 Thread sarma
and sets to second selectonemenu . but when i submitted to a next form i am getting a error Value is not a valid option This is jsp code. h:outputText value=SelectHOST //th h:panelGroup h:selectOneMenu id=hostids value=#{HRselforeachcpuanduser.users} valueChangeListener

selectonemenuitem problems Value is not a valid option

2006-07-10 Thread sarma
this form I am getting an error cpuids: Value is not a valid option. This is my code. This is jsp code. h:outputText value=SelectHOST //th h:panelGroup h:selectOneMenu id=hostids value=#{HRselforeachcpuanduser.host

Re: selectonemenuitem problems Value is not a valid option

2006-07-10 Thread Volker Weber
values(from the database (setting that values to preparedstatement)) must displayed in second list box For that I used value change listener . When I am submitting this form I am getting an error cpuids: Value is not a valid option. This is my code. This is jsp code

RE: selectonemenuitem problems Value is not a valid option

2006-07-10 Thread Julian Ray
Have you tried the selectManyPicklist from the sandbox? Works like a charm! -Original Message- From: sarma [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 7:16 AM To: users@myfaces.apache.org Subject: selectonemenuitem problems Value is not a valid option Hi, I am working

Re: Value is not a valid option on a selectOneMenu

2006-07-05 Thread Cagatay Civici
Hi Steven,Actually UISelectMany has the same behaviour, it checks whether the local value(converted version of the submitted value) is in the selectitems list or not.UISelectOne is the parent of classes like HtmlSelectOneMenu, HtmlSelectOneRadio, HtmlSelectOneListbox. UISelectOne includes the

Re: Value is not a valid option on a selectOneMenu

2006-07-04 Thread Cagatay Civici
? [Neuman, Ben J., AM IRM] -Original Message- From: Steven Peacock [mailto: [EMAIL PROTECTED]] Sent: Monday, July 03, 2006 2:22 PM To: MyFaces Discussion Subject: Value is not a valid option on a selectOneMenu I am having a problem

Re: Value is not a valid option on a selectOneMenu

2006-07-04 Thread Steven Peacock
? [Neuman, Ben J., AM IRM] -Original Message- From: Steven Peacock [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 2:22 PM To: MyFaces Discussion Subject: Value is not a valid option

Value is not a valid option on a selectOneMenu

2006-07-03 Thread Steven Peacock
drop down to select the project manager. If I look at the source code, I see what looks like a good select list. A sample of one of the lines is here: option value=22 selected=selectedJohn Doe/option But when I submit my form, I get: projMgr: Value is not a valid option. I am using myfaces-al

RE: Value is not a valid option on a selectOneMenu

2006-07-03 Thread Neuman, Ben J., AM IRM
Steven, is ProjectBean.projectManager an instance of OrganizationPeople or Integer? [Neuman, Ben J., AM IRM] -Original Message-From: Steven Peacock [mailto:[EMAIL PROTECTED]Sent: Monday, July 03, 2006 2:22 PMTo: MyFaces DiscussionSubject: Value is not a valid option

RE: Value is not a valid option on a selectOneMenu

2006-07-03 Thread Steven Peacock
IRM] -Original Message- From: Steven Peacock [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 2:22 PM To: MyFaces Discussion Subject: Value is not a valid option on a selectOneMenu I am having a problem that is vexing me, and I can't

t:radio - (empty) Value is not a valid option

2006-05-16 Thread Michael Heinen
itemLabel=no itemValue=bla2/ f:selectItem itemLabel=untouched itemValue=/ /t:selectOneRadio t:radio for="" index=0/ t:radio for="" index=1/ t:radio for="" index=2/ /h:panelGroup I got the message Value is not a valid option when the 3rd option untouc

RE: radio - (empty) Value is not a valid option

2006-05-16 Thread Julian Ray
: Michael Heinen [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 6:33 AMTo: MyFaces DiscussionSubject: t:radio - (empty) Value is not a valid option How can I set the value of a checkbox inside selectOneRadio to null or empty? h:panelGroup t:selectOneRadio id="multiDraft&qu

RE: radio - (empty) Value is not a valid option

2006-05-16 Thread Michael Heinen
them. From: Julian Ray [mailto:[EMAIL PROTECTED] Sent: Dienstag, 16. Mai 2006 13:00 To: 'MyFaces Discussion' Subject: RE: radio - (empty) Value is not a valid option The itemValue is the value which will be returned when the form is posted. Why not use a flag which indicates

Re: Value is not a valid option

2005-12-08 Thread Travis Reeder
We were just discussing this issue on the dev list about not providing good logging information when these types of errors occur. I'm hoping we can get this resolved soon so you can put your converters back in. Travis On 12/7/05, Khurram Ahmed [EMAIL PROTECTED] wrote: No the problem wasnt

Re: Value is not a valid option

2005-12-07 Thread Mike Kienenberger
Can you create a simple example and open a JIRA issue? One thing you can do to investigate the error is set a breakpoint wherever the Value is not a valid option message is generated. This appears to be in api - javax.faces.component.UISelectOne.validateValue() Line 54 in yesterday's svn. On 12

Re: Value is not a valid option

2005-12-07 Thread Khurram Ahmed
Ok i didnt open a jira issue yet but i found out a work around the hard way, i read the discussion on the mailing list just prior to fixing this particular bug and it turned out that it had something to do with the behavior of converters which was buggy, so i removed all converters from the

Re: Value is not a valid option

2005-12-07 Thread Mike Kienenberger
So when you use the latest nightly, is the problem fixed for you? On 12/7/05, Khurram Ahmed [EMAIL PROTECTED] wrote: Ok i didnt open a jira issue yet but i found out a work around the hard way, i read the discussion on the mailing list just prior to fixing this particular bug and it turned out

Re: Value is not a valid option

2005-12-07 Thread Khurram Ahmed
No the problem wasnt fixed i had to alter my code base to not use converters in myfaces which are the root of the problem.

Re: Value is not a valid option

2005-12-06 Thread Mike Kienenberger
1.0.9, however due to some critical bugs in 1.0.9 we were forced to upgrade to myfaces 1.1.0 with the same code base that was working with the previous version of myfaces 1.0.9. This was when we ran into the Value is not a valid option bug on a page containing several drop down boxes and the JSF

Re: Value is not a valid option

2005-12-06 Thread Khurram Ahmed
I downloaded the latest myfaces nightly build that of 6th December 2005 and the problem still persists. Any solutions or workarounds? Lack of any stack traces is making it infuriatingly difficult to even track the bug.

Value is not a valid option

2005-12-05 Thread Khurram Ahmed
We have developed an application using myfaces 1.0.9, however due to some critical bugs in 1.0.9 we were forced to upgrade to myfaces 1.1.0 with the same code base that was working with the previous version of myfaces 1.0.9. This was when we ran into the Value is not a valid option bug on a page

RE: dataTable error message - Validation Error _id49: Value is not a valid option.

2005-10-14 Thread Dave
"text" value=""/ Even if the ids in the label and the input field matches I still get the message ¡°Validation Error in testField¡± instead of ¡°Validation error in Test label¡±. -Frode From: Dave [mailto:[EMAIL PROTECTED] Sent: 14. oktober 2005 02:52To: MyFaces DiscussionSubject: Re:

dataTable error message - Validation Error _id49: Value is not a valid option.

2005-10-13 Thread Dave
Hello, I am using t:dataTable with two columns. one is label, the other isinputText. If there is any validation problem, I get the message like: Validation Error "_id49": Value is not a valid option. How can I replace _id49 with some meaningful id? I notieced that component id ca

Re: dataTable error message - Validation Error _id49: Value is not a valid option.

2005-10-13 Thread Dave
. one is label, the other is . If there is any validation problem, I get the message like: Validation Error "_id49": Value is not a valid option. How can I replace _id49 with some meaningful id? I notieced that component id can not bind to backing bean(or data model) method. Thanks. Dave

Re: dataTable error message - Validation Error _id49: Value is not a valid option.

2005-10-13 Thread Mike Kienenberger
: Validation Error _id49: Value is not a valid option. How can I replace _id49 with some meaningful id? I notieced that component id can not bind to backing bean(or data model) method. Thanks. Dave Yahoo! Music Unlimited - Access

Re: dataTable error message - Validation Error _id49: Value is not a valid option.

2005-10-13 Thread Mike Kienenberger
will be used instead of the id. On 10/13/05, Dave wrote: Hello, I am using with two columns. one is label, the other is . If there is any validation problem, I get the message like: Validation Error _id49: Value is not a valid option. How can I replace _id49 with some

Re: dataTable error message - Validation Error _id49: Value is not a valid option.

2005-10-13 Thread Dave
nd that label value will be used instead of the id. On 10/13/05, Dave wrote: Hello, I am using with two columns. one is label, the other is . If there is any validation problem, I get the message like:Validation Error "_id49": Value is not a valid option. How can I replace _id49

Re: dataTable error message - Validation Error _id49: Value is not a valid option.

2005-10-13 Thread Mike Kienenberger
is not a valid option. How can I replace _id49 with some meaningful id? I notieced that component id can not bind to backing bean(or data model) method. Thanks. Dave Yahoo! Music Unlimited - Access over 1 million songs. Try it free

Re: dataTable error message - Validation Error _id49: Value is not a valid option.

2005-10-13 Thread Dave
Hello, I am using with two columns. & gt; one is label, the other is . If there is any validation problem, I get the message like: Validation Error "_id49": Value is not a valid option. How can I replace _id49 with some meaningful id? I notieced that componen