I've overwritten the default Integer converter with my own converter. I defined the converter in my faces-config using the converter-for-class. When I debug through the code I can see that during RendererUtils.getStringValue the converter is coming back as null, so the getAsObject method is not called. This is with MyFaces 1.1.4 using a Post-Redirect-Get model, in case that has a bearing. -- View this message in context: http://www.nabble.com/converter-for-class-not-set-during-RendererUtils-tf4070703.html#a11568404 Sent from the MyFaces - Users mailing list archive at Nabble.com.

