Am working on JSF2 web application, running the web application in Firefox with Tamper Data tool to test its vulnerability.
When the USer/hacker changes the data for input text or change the multiple selects via Tamper data.
Is there any component in JSF, which can check for this potential hack and check the values that have been changed. I was thinking if anything can be done with PhaseListener, can anybody help with some pointers here.