Hello Thorsten,

It seems that it work.

Thanks a lot, Carlos.
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


--
======================================================================
Carlos Martínez Peña            Centre de Tecnologies de la Informació
tel.: +34 971172887             Universitat de les Illes Balears
e-mail: [EMAIL PROTECTED] Ctra. de Valldemossa, km 7,5 07122 Palma de Mallorca, España ======================================================================

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

Reply via email to