テーブルから行を削除するために使用するこの JSF commandButton があります。
<h:commandButton id="deleterow" value="HiddenDelete" action="#{BatteryProfileTabGeneralController.saveData}" style="display:none" update="growl">
<f:ajax render="@form" execute="@form"></f:ajax>
</h:commandButton>
Netbeans 7.3 では、次のエラーが発生します。
The attribute update is not defined in the component commandButton
update
行の削除に成功したときに、属性を使用してメッセージを表示します。この属性を類似の属性に置き換えることはできますか?