Hi,
I have checked all the answers to this question on this forum but none resolve my issue.
I need to stop the user from resubmitting the form. So naturally turned to Token interceptor
I get the below warning and the page is redirected to global results for invalid.token:
Here is my struts.xml config:
My
JSP page snippest ( I have tried with out name attribute, using token, struts.token etc as name value but same issue).
Any hints on what is missing?
Thanks