Your test is not correct. it should be ..
<jx:when test="${role} == 'admin'">
.. I reckon
DD
-----Original Message-----
From: Noureddine BEKRAR [mailto:[EMAIL PROTECTED]
Posted At: Wednesday, August 11, 2004 5:08 PM
Posted To: Cocoon User List
Conversation: choose don't work
Subject: jx:choose don't work
Hi all,
I have in my template page this jxtemplate code, the problem is that the "
do some thing " action and " do other thing " action are the two performed.
<jx:set var="role"
value="#{getAttribute($session,'user-role-id')}"/>
<jx:choose xmlns:jx="http://apache.org/cocoon/templates/jx/1.0">
<jx:when test="${role == 'admin'}">
</jx:when>
do something
<jx:otherwise>
do other thing
</jx:otherwise>
</jx:choose>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]