This patch fixes the problem:
Index: src/main/org/jboss/seam/util/EL.java
| ===================================================================
| RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/util/EL.java,v
| retrieving revision 1.1
| diff -r1.1 EL.java
| 30d29
| < resolver.add( new BeanELResolver() );
| 33a33
| > resolver.add( new BeanELResolver() );
Don't ask my why! Seems like a bug in the EL, but I guess Jacob will correct me that
it is expected....
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990410#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...