Do we have a way to apply multiple converters to a single input textbox in JSF? Something like this


Code:
<h:outputTextvalue="#{MyBean.bean}">

  <f:converter converterId="A"/>

  <f:converter converterId="B"/>

</h:outputText>