You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2005/01/25 13:20:37 UTC

DO NOT REPLY [Bug 33236] New: - Jx:set type ??? (JXTemplate Bug List)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33236>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33236

           Summary: Jx:set type ??? (JXTemplate Bug List)
           Product: Cocoon 2
           Version: Current SVN 2.2
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: blocks
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: t.katelbach@systheo.com


<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???

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.