What is the best way to add a converter to facelets. I have a int property in my backing bean and I have a input box which uses the jsfc attribute. I know in JSF tags you can do something like <f:converter id="javax.faces.Short"/> Is there a corresponding attribute in facelets ?