Hi! I am using a custom converter on two pages. At one page, i want the converter to use getAsString to read from the bean and getAsObject to write the changed values back to the bean. On the other page, i just want a "read-only" functionality, that means the converter should only use the getAsString function to write the value of the bean to the JSF-page. The converter should not write the value back to the bean! How can i do this? I can set a <converter>-tag in the jsf-page, but haven't found something like a "readonly" attribute.
Well, i thought about copying the converter to a new one without the getAsObject-function, but i think this solution isn't very nice. Any suggestions? Thanks for your help! -- View this message in context: http://www.nabble.com/Setting-Converter-to-%22read-only%22-%28only-getAsString%29-tf3020507.html#a8388888 Sent from the MyFaces - Users mailing list archive at Nabble.com.

