Hello again The selectOneListbox and the inputText component are in the same form on the same jsp. So i dont now how to control which component is first on my page.
So the problem is located in step 3, validating the inputText component. Step 1 is ok, I checked what happens in the userConverter and that looks good. There is also no problem during the validation of the selectOneListbox. But now during the validation of the inputText component in steo 3 selectedUserBean.selectedUser is still null. I think because the model wasn't updated yet, the method processUpdates was not called so far. So if I'm right, that tells me that I can't select an edit a user on the same page. I need to separate the selection of an user in a first page and the modification of the user fields in a second page. But I don't like this idea. I was also looking for similar examples in the web, but haven't found any yet. -- View this message in context: http://www.nabble.com/Converter-error-during-Model-update-t1296244.html#a3471562 Sent from the MyFaces - Users forum at Nabble.com.

