Hi
I am trying to use
struts 2 token session interceptor
Bellow is part of my struts.xml
I have 2
jsp clientForm.jsp which has 3 input field. on submit of clientForm.jsp data goes into database and control go to client.jsp
which display all the records from the table.
Things were working fine before i configured token-session but when user refreshes the browser page duplicate records were gettin inserted so i thought of using token-session interceptor.
But after configuring token-session interceptor i am not able to insert record in database.
bellow is the warning which i am getting on Console
I have added the bellow tags in my clientForm.jsp and client.jsp
Am i using token-session at right place ?
What's the reason of the warning which i am getting.