Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
308 views
in Technique[技术] by (71.8m points)

java - 在另一个JSP页面中获取servlet响应(Get servlet response in a different jsp page)

I have java web app.

(我有Java Web应用程序。)

In my .jsp page the user can click eg a button which calls a java servlet (maybe with ajax or not).

(在我的.jsp页面中,用户可以单击例如一个按钮,该按钮调用Java servlet(可以使用ajax,也可以不使用ajax)。)

The servlet takes a few minutes to complete the task.

(Servlet需要几分钟来完成任务。)

During the completion the user is on a different page.

(在完成过程中,用户位于其他页面上。)

How can I show maybe with a alert the response of the servlet in the other page.

(如何在另一个页面中通过警报显示servlet的响应。)

Best regards and thanks.

(最好的问候和感谢。)

  ask by Thomas Fischer translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...