[jboss-user] [JBoss Seam] - Re: CR1 -> CR2 Problem: PropertyNotFoundException: Property
gavin.king@jboss.com
do-not-reply at jboss.com
Fri Dec 1 06:29:53 EST 2006
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#3990410
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990410
More information about the jboss-user
mailing list