我想在编辑行之前添加确认对话框,或者如何在任何操作之前提示用户确认。我应该为下面的代码使用哪个对话框。
<h:commandLink value="EditPage" action="#{countryBean.editCountryByCountryCode(true)}" class="edit_icon" >
<f:setPropertyActionListener target="#{countryBean.editCountryId}" value="#{countryLang.countryCode}" />
</h:commandLink>