Description
This is a proposal to add a special boolean converter and corresponding tag so that it can be configured as a child of other components using a syntax such as:
<h:outputText value="#
{backingBean.customer.enjoysJazz}">
<t:convertBoolean trueValue="Yes" falseValue="No"/>
</h:outputText>
I will attach the source code and related patches to faces-config.xml and the appropriate tld.
See prior mailing list discussion:
http://www.mail-archive.com/users%40myfaces.apache.org/msg07673.html