Ah, I see you are using the
JSP to format an HTML fragment for insertion. This should most likely be a GET rather than a POST -- is there any processing that takes place on the server besides formatting the fragment?
In any case, you cannot cause a single Ajax request to fork into two separate requests.
If the requests are very similar, you can write a function that makes the request, passing parameters that specify the differences.