Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
How to forward to a jsp from a page using sling/sling servlet to find for the resource ?
Solved! Go to Solution.
get your RequestDispatcher first .. from your SlingHttpServletRequest and do a forward ..
http://sling.apache.org/apidocs/sling5/org/apache/sling/api/SlingHttpServletRequest.html#getRequestD...)
http://docs.oracle.com/javaee/6/api/javax/servlet/RequestDispatcher.html
View solution in original post
Thanks, Venu
Views
Likes
Replies