| Author |
Richfaces DataTable Problem
|
Dominik Müller
Ranch Hand
Joined: Apr 28, 2009
Posts: 36
|
|
Hi There,
i implemented the ArrangeableModel as shown in the demo application ( http://richfaces-showcase.appspot.com/richfaces/component-sample.jsf?demo=dataTable&skin=blueSky ). But i get the following strange error, while calling the page with the table:
The Problem is at this point (last line): (this is the JPADataController which is shown in the demo)
he tries to determined the EL value: "#{property}" which is used in the including "jpaColumn.xhtml".
But the ELContext can't resolve the value for this property! I debugged the application and tested other EL-Values. The "property" and "bean" values from the include-page can't be resolved, all other references (the managedbeans for example) worked well...
Any ideas? Help?
Thanks a lot
Dom
System:
Richfaces 4.0.0.Final
Hibernate 3.6.6.
Glassfish 3.1
|
 |
 |
|
|
subject: Richfaces DataTable Problem
|
|
|