[ http://issues.apache.org/jira/browse/COCOON-1417?page=all ]
Reinhard Poetz updated COCOON-1417:
-----------------------------------
Bugzilla Id: (was: 33236)
Component: Blocks: Templating
(was: Blocks: (Undefined))
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???
was:
<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???
> Jx:set type ??? (JXTemplate Bug List)
> -------------------------------------
>
> Key: COCOON-1417
> URL: http://issues.apache.org/jira/browse/COCOON-1417
> Project: Cocoon
> Type: Bug
> Components: Blocks: Templating
> Versions: 2.2-dev (Current SVN)
> Environment: Operating System: Linux
> Platform: All
> Reporter: Tibor Katelbach
> Assignee: Cocoon Developers Team
>
> <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???
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira