Hi , I was wondering about the conversion mechanism that is done automatically in jsf. When I bind a value to an input field, for example, how and where in the code does JSF realize which converter to setup ( Long or a String etc.) I see it is doing it, I know how to override it but I am interested to know the inside details of it.
Thanks, Yaron

