I am developing a small application for testing struts working in Nukes.
From my index.jsp i jsut want to give a link that will redirect user to next page.
When i uses following code then first page get displayed:
<html:link href="JR">Registration</html:link>
When i uses following code page didn't get displayed and gives error.
code is
<html:link forward="JR">Registration</html:link>
error i am facing is
20:12:33,165 ERROR [jsp] Problem when rendering jsp
org.apache.jasper.JasperException
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
....
...........
thanks,
vebs