Hi,
I'm learning Cocoon but got stuck on this simple prob. I can't make this
print out "No":
<jx:choose>
<jx:when test="${false}">Yes</jx:when>
<jx:otherwise>No</jx:otherwise>
</jx:choose>
I have tried all kinds of things in @test. What I'm really want to do is to
check if the variable ${userid} is empty. How to do this?
Thanks!
/Marcus
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]