Expand my Community achievements bar.

Redirecting from sling servlet

Avatar

Level 4

How to redirect to another jsp from sling servlet using request.sendRedirect() or else is there any method to redirect to another jsp through sling servlet

2 Replies

Avatar

Level 9

Hi,

Not pretty sure, but just giving providing some inputs, which might be related to this.

getResponse().sendRedirect(path + ".html");

This is used in our WCMUse class to redirect to error page.