Ildar Galikov
Ildar Galikov

Reputation: 460

How to perform redirect to another page from custom JSP Component?

I've got simple index.jsp file, ecluding imports looks like :

<% response.sendRedirect("http://stackoverflow.com"); %>

I'm not redirected when I load page with this JSP Component.

Thanks for help!

Upvotes: 0

Views: 854

Answers (0)

Related Questions