Hello,
I am porting my web application from XSP + XSL to JXTemplate.
The problem is: how can I model this kind of functionality using jx?:

<select>
    <option>
        <xsl:if test="value = '1'">
            <xsl:atrribute name="selected"/>
        </xsl:if>
        yes
    </option>
        <option>
                <xsl:if test="value='0'"/>
                        <xsl:attribute name="selected"/>
                </xsl:if>
                no
        <option>
</select>


        LG
-- 
            __
         | /  \ |        Leszek Gawron            //  \\
        \_\\  //_/       [EMAIL PROTECTED]           _\\()//_
         .'/()\'.     Phone: +48(501)720812     / //  \\ \
          \\  //  recursive: adj; see recursive  | \__/ |


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to