So even if request1 has logic to forward/redirect some action, it will not have any effect as there nothing on client to listen/responds to request1. What if request1 is redirecting just a jsp ?
Type: Posts; User: ambarishs; Keyword(s):
So even if request1 has logic to forward/redirect some action, it will not have any effect as there nothing on client to listen/responds to request1. What if request1 is redirecting just a jsp ?
Thanks Marten. I agree with point that we should not depend on Session.
But still not understanding the point "the process action has no listeners anymore the response basically goes nowhere"....
Hi All,
I am facing an issue just give u background of it. I have an application build using Spring MVC. After sign in I have page where I am doing some action on click of button "Accept" and on...