8

以下のようなコマンドボタンがあります。

<h:commandButton value="Accept orders" action="#{acceptOrdersBean.acceptOrder}"
   styleClass="button" rendered="#{product.orderStatus=='N' }"></h:commandButton>

値がコマンドボタンとproduct.orderStatus等しい場合でも、私のページには表示されません。'N'

これproduct.orderStatusが文字プロパティです。

4

1 に答える 1

14
于 2013-01-22T11:34:11.097 に答える