开发者

JBoss 6.1 / JSF 2.0: Is it possible to use methods @ value bindings or rendered conditions?

开发者 https://www.devze.com 2023-04-04 08:23 出处:网络
I\'ve got a problem with JBoss 6.1 / JSF 2.0: <h:inputText value=\"#{orderController.getOrder(orderId).date}\" />

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

0

精彩评论

暂无评论...
验证码 换一张
取 消