Hello !

I've posted this to the Facelets list aswell but if anyone in here have any 
ideas to help me solve this problem, I can tell you that my weekend would look 
quite different ;)

I have a seam component called "node" with a method
called "isNodeHaveSubNodes" hardcoded to return true.

Now, take this xhtml snippet:

  | Outputtext says: <h:outputText value="#{node.nodeHaveSubNodes}"/><br/>
  | 
  | <c:if var="nex" test="#{node.nodeHaveSubNodes}">If test says its true</c:if>
  | Resulting evaluation: <h:outputText value="#{nex}"/><br/>
  | 

This prints:

  | Outputtext says: true
  | Resulting evaluation: false
  | 

What im I missing ? Is this a configuration issue with regards to JSTL jars and 
so forth ? I see that in the examples (like DVD store) uses the "choose 
when"-tags extensively but that too generates the same problem for me.

Any ideas ?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952923#3952923

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952923

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to