my proj name is Login and the folder structure of jsp pages is Login>WebContent>_Login>jsp>html>jsppages.jsp
i want to redirect to one of the jsppages in html folder. am in a java file which is in com.example.login package. if i use response.sendRedirect("path"); what should be the path. Please reply as soon as possible
View All Comments
| View Tutorial