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 Conversion Error setting value 'xyx for 'null Converter'.   in my page 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 "Conversion Error setting value Watch "Conversion Error setting value New topic
Author

Conversion Error setting value 'xyx for 'null Converter'. in my page

Yahya Arshad
Greenhorn

Joined: May 15, 2011
Posts: 26
i am facing a problem that i have bind a component in managed bean


before compenent binidng i was using value binding but my basic purpose was to put entered value in jsf page and submit them into database but by value binding null values were going so i tried for component binding but now it is giving two errors

<h:panelGroup>
<h:inputText id ="fName" value="#{registerReader.fName}" required="true">

one is
Conversion Error setting value 'xyx for 'null Converter'.


but if i use any convertor this error disappeares but another error appear


if i try custom convertor which convert it user input to string this error becomes
[/code]


here is my managed bean



please help me thanks in advance
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Conversion Error setting value 'xyx for 'null Converter'. in my page
 
Similar Threads
value binding inputText
Using Oracle sequence with JBOSS
Changing appearance of form fields with validation errors
Conversion Error setting value
Generics, POJOs & JSF cuestion