I have two h:selectManyList boxes and a custom converter On form load, right box gets populated with some values and has converter attached to it , the getAsString() method is invoked
When i hit submit button the page it goes directly to the action method without invoking converter Wondering why its bypassing Validation/Conversion phase and directly going to Invoke Application phase I verified that i dont have immediate="true" attribute attach to h:selectManyList component and their is no any a4j events i.e. ajax4jsf also . So what exactly is causing the problem I also set immediate="false" for all the components on page I am having this problem for couple of days i will appreciate any help. -- View this message in context: http://www.nabble.com/JSF-MyFaces-Converter-getAsObject%28%29-method-doesnt-get-called-tp16860830p16860830.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

