I have a problem in jsf
. My code:
<h:commandLink immediate="true" action="#{connectionController.removeConnect(con.id)}"></h:commandLink>
It works ok, but when I reload page action still remove 1 record. How to fix this problem?
I have a problem in jsf
. My code:
<h:commandLink immediate="true" action="#{connectionController.removeConnect(con.id)}"></h:commandLink>
It works ok, but when I reload page action still remove 1 record. How to fix this problem?