掲示板

Ajax Request by multiple jsp with one servlet

7年前 に Madasamy P によって更新されました。

Ajax Request by multiple jsp with one servlet

Junior Member 投稿: 90 参加年月日: 16/07/27 最新の投稿
I have 2 JSP files named as view.jsp and tagging_view.jsp inside docroot/submission

and one portlet class Submission.java

I want to use ajax from view.jsp and tagging_view.jsp by using <portlet:resourceURL>

From view.jsp the ajax request sent to servlet class Submission.java
But the request from tagging_view.jsp does not send to the portlet class serveResource() method

Is it possible or what kind of request should pass to servlet or I should create a new portlet?
thumbnail
7年前 に David H Nebinger によって更新されました。

RE: Ajax Request by multiple jsp with one servlet

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
Madasamy P:
Is it possible or what kind of request should pass to servlet or I should create a new portlet?


Of course it is possible.

What is unclear and likely the problem is your implementation. Without showing anything that you've done, it is impossible to tell you anything about what the problem is regardless how many times you post w/o providing any details.