You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Mark Lundquist <ml...@comcast.net> on 2004/05/10 20:00:32 UTC

JXTG question

Hi, I wrote this in a JX template:

	<jx:if test="${authenticated == true"}>

'authenticated' is a boolean bizdata property.  The test as written 
doesn't work — I have to write it like this

	<jx:if test="${authenticated == 'true'"} />

Why would that be?  It seems odd that there should be a conversion to 
string at work here, since Jexl is not limited to string types.  Am I 
doing something funny to make this happen?

thanks,
mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org