• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem in selectonechoice.

 
Ranch Hand
Posts: 43
MyEclipse IDE Oracle
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
am using jdev11.1.1.4.0

<af:selectOneChoice label="Status" value="#{bindings.ProspStatus2.inputValue}" id="soc1">
<af:selectItem label="New" value="N" id="si5"/>
<af:selectItem label="Activate" value="A" id="si6"/>
<af:selectItem label="Cancel" value="C" id="si7"/>
<af:selectItem label="Qualify" value="Q" id="si8"/>
<af:selectItem label="Disquaify" value="D" id="si9"/>
</af:selectOneChoice>

as earlier am use the code in test form. while commit the operation, moving the record from last to first n viceversa. no problem working perfect.

but.. when am put in another form - same code.

the following problem shows.. while moving the records . and selectone choice it's not working properly. follow warnig arise.

<SelectItemUtils> <_addUIXSelectItem> class org.apache.myfaces.trinidadinternal.convert.IntegerConverter*:"The number is not a whole number." for the value "N"*
<SelectItemUtils> <_addUIXSelectItem> class org.apache.myfaces.trinidadinternal.convert.IntegerConverter:"The number is not a whole number." for the value "A"
<SelectItemUtils> <_addUIXSelectItem> class org.apache.myfaces.trinidadinternal.convert.IntegerConverter:"The number is not a whole number." for the value "C"
<SelectItemUtils> <_addUIXSelectItem> class org.apache.myfaces.trinidadinternal.convert.IntegerConverter:"The number is not a whole number." for the value "Q"
<SelectItemUtils> <_addUIXSelectItem> class org.apache.myfaces.trinidadinternal.convert.IntegerConverter:"The number is not a whole number." for the value "D"
<FacesCtrlListBinding> <getInputValue> ADFv: Could not find selected item matching value A of type: java.lang.String in the list-of-values.
* <SimpleSelectOneRenderer> <_getSelectedIndex> Could not find selected item matching value "0" in RichSelectOneChoice[UIXEditableFacesBeanImpl, id=soc1]*
* <FacesCtrlListBinding> <getInputValue> ADFv: Could not find selected item matching value A of type: java.lang.String in the list-of-values.*


 
karthick meyyappan
Ranch Hand
Posts: 43
MyEclipse IDE Oracle
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
it's being long time. i update this thread. sorry folks. it's not right place do it.
thanks
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic