|
Correction below...
----- Original Message -----
Sent: Tuesday, September 30, 2003 11:37
AM
Subject: How to use "if" expressions with
JX template transformer
I am able to access values of objects with
expressions such as "#{getParameter($parameters,'contextPath')}" but it's with
tags like "<if>" that I am having problems.
I tried:
<if
test="#('1'='1')">#{getParameter($parameters,'contextPath')}</if>
and
and
and
In the first and thrid cases the <if> tag is ignored by the JX
transformer, and is simply copied to the output.
The second and third examples produce on output at all.
I meant "second and fourth".
|