weixin_33737774 2013-05-10 15:31 采纳率: 0%
浏览 10

Ajax请求到同一jsp

Pardon me if my terminologies are not exact. Here is my situation

1) I want to make an ajax request using a jQuery to the same jsp ( a.jsp)

Meaning a.jsp has the jQuery ajax calling the same a.jsp. Is this possible?

2) A function in my jsp outputs a JSON based on the context of the tool ( Portal). Can the ajax request be made for this function on the page passing different parameters?

3) The idea is to do something like the "more info" meaning clicking more info will load the same jsp and pass different parameters to the function so that next set of results are fetched. Also I need to filter the results before being displayed.

Anyway I am not sure if I explained correct. Please give me some inputs

  • 写回答

0条回答 默认 最新

    报告相同问题?