What is meant by Struts Tokenizer?
>> Thursday, May 26, 2011
Struts Tokenizer:To prevent duplicate action acting on request.
Methods: 1.resetToken
2.isTokenValid
3.saveToken
NOTE:We have to use the below code in html (or) our jsp page
<input type="hidden"> name="<% org.apache.struts.taglib.html.Constants.Token_Keys%>" value="<%Globals.TRANSACTION_TOKEN_KEYS%>"
Methods: 1.resetToken
2.isTokenValid
3.saveToken
NOTE:We have to use the below code in html (or) our jsp page
<input type="hidden"> name="<% org.apache.struts.taglib.html.Constants.Token_Keys%>" value="<%Globals.TRANSACTION_TOKEN_KEYS%>"
0 comments:
Post a Comment