I saw the following template in forms-field-styling.xsl:
<!--+
| fi:booleanfield with @type 'output' : rendered as text
+-->
<xsl:template match="fi:booleanfield[fi:styling/@type='output']">
<xsl:choose>
<xsl:when test="fi:value = 'true'">
yes
</xsl:when>
<xsl:otherwise>
no
</xsl:otherwise>
</xsl:choose>
</xsl:template>
And was wondering what people are using this for? Or how this can
possibly do something meaningful?
The problem I see is that if a booleanfield is not present on the
request, it will always be reset to false. So I'd rather remove this
template then giving people the false impression this might work.
--
Bruno Dumon http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
[EMAIL PROTECTED] [EMAIL PROTECTED]