Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.2
-
None
-
None
-
Operating System: Linux
Platform: All
-
33236
Description
<jx:set var="logid"
value="${session.getAttribute('my_key/authentication')}"/>
<jx:set var="userid" value="#{$logid/ID}"/>
<jx:if test="#{$logid/ID}">
returns true or false according to the existence of the ID, so far so good
OTH
<jx:if test="#{$userid/ID}"> returns always true , buuuuug???
value="${session.getAttribute('my_key/authentication')}"/>
<jx:set var="userid" value="#{$logid/ID}"/>
<jx:if test="#{$logid/ID}">
returns true or false according to the existence of the ID, so far so good
OTH
<jx:if test="#{$userid/ID}"> returns always true , buuuuug???