JSF 2.0 issue and multiple feed

Someone told me that JSF 2.0 handles several sending problems automatically. It is right? If so, how does JSF 2.0 work? If not, what are the things you need to take care of so that you don't leave any mistakes when solving this problem?

Thank.

+3
source share
2 answers

This is requested and supported by the JSF specification 559 . As of now, it does not yet exist, but it is intended for the upcoming JSF 2.2.

, Seam <s:token> , CSRF ( , JSF 2.1 as per JSF impl issue 812), .

+5

<h:commandButton onclick ="setTimeout('document.getElementById(\'' + this.id + '\').disabled=true;', 50);setTimeout('document.getElementById(\'' + this.id + '\').disabled=false;', 500);" />

, . , . , , , :-)

0

All Articles