They are like this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  |         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
  | <html xmlns="http://www.w3.org/1999/xhtml";
  |       xmlns:s="http://jboss.com/products/seam/taglib";
  |       xmlns:ui="http://java.sun.com/jsf/facelets";
  |       xmlns:f="http://java.sun.com/jsf";
  |       xmlns:fn="http://java.sun.com/jsp/jstl/functions";
  |       xmlns:c="http://java.sun.com/jstl/core";
  |       xmlns:h="http://java.sun.com/jsf/html";>
  | 

However after further investigation I've found out that this only happens with 
within the ui:repeat (since the "node" object in question is within a 
collection).

The facelets manual says something about JSTL support: " A note about EL within 
this JSTL implementation. Since all set variables from these tags are backed by 
the new EL API, the only scope they can bind to is within the current 
FaceletContext, no others. This means that variables only can exist for the 
benefit of creating the component tree for JSF and do not work to assign 
variables in other scopes. The reason for this is that the Expressions are 
actually bound to the FaceletContext, not the evaluted Object. This is to 
better serve JSF tree creation."

I too new to all of this to really understand what that meant.

Strickly speaking this dont seem to be a Seam issue so I wont post anymore on 
that issue. Thanks anyway.

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

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

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
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to