On Mon, 2007-11-05 at 09:42 +0100, Thorsten Scherler wrote:
...
> > <jx:if test="${form.getChild('formulari')}">
> 
> This is one problem as I see it.
> 
> XSL transformer will interpret it as xsl function call. You need to
> escape it or write it in a different way. E.g. 
> <jx:if>
>  <xsl:attribute name="if">

Uuups, should read:

<xsl:attribute name="test">


>   ${form.getChild('formulari')}
>  </xsl:attribute> 
> </jx:if>
> 
> I reckon this way it will work
> 
> HTH
> 
> salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


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

Reply via email to