ice:paneConfirmation - 真的很糟糕吗?

时间:2013-09-11 12:13:26

标签: icefaces

我发现了一个确认动作的好组件 - ice:panelConfirmation。但我认为,它有一个很大的错误。我无法更改标题的名称,总有"确认"。真的很糟糕?或者是否有可能改变它?例如,我需要将其翻译成另一种语言。

这是我的代码:

 <ice:panelConfirmation id="deleteConfirm" message="#{msg['really']}" 
                                       acceptLabel="#{msg['yes']}" styleClass="dialog" 
                                       cancelLabel="#{msg['no']}" displayAtMouse="true"/>

...

  <ice:commandButton image="/resources/images/delete.png" action="#{postManager.delete(item)}" 
                                         title="#{msg['news.delete']}" styleClass="smallSpaces"
                                         panelConfirmation="deleteConfirm"/>

1 个答案:

答案 0 :(得分:0)

ice:panelConfirmation组件有一个“title”属性,可用于设置弹出标题的文本。看看here