开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜