Hi All,
I am facing one issue with
Jsp's multiple request going to same jsp.
Scenario: I have one jsp with two forms(one inner and one outer) with action as on same jsp and that jsp is having few log statements which i want to control over both request.
Now the issue is control over these two request on same jsp i.e. sometimes one request comes before other req,sometimes other req comes before first req. which results in problem of logging log statements ordering.
May i know any solution over this issue.
Any help will be appreciated!
Thanks in Advance.