I've got a problem with JBoss 6.1 / JSF 2.0:
<h:inputText value="#{orderController.getOrder(orderId).date}" />
Throws this error:
value="#{orderController.getOrder(orderId).date}": The class 'com.test.view.OrderController' does not have the property 'getOrder'.
This works well under Glassfish:
Is it possibl开发者_运维百科e to use methods @ JSF-EL value bindings or rendered conditions?
BR Markus
精彩评论