<h:commandButtonaction="#{mapManageView.removeAllPlaces}"value="#{i18n['mapEdit.removePlaces']}"onclick="return confirm('Are you sure you want to REMOVE ALL PLACES!\nThis action is final')"/>
<p:commandButtonaction="#{mapManageView.removeSelectedPlaces}"value="#{i18n['mapEdit.removeSelectedPlaces']}"onclick="return confirm('Are you sure you want to remove these\nThis action is final')"ajax="false"/>