problem navigating to page via html:link
hi,
i have a html:link on my index.jsp which is...
<html:link forward="search">Search</html:link>
i have my forward defined in global-forward of struts-config.xml as...
<forward name="search" path="/pages/search.jsp"/>
search.jsp is in WEB-INF/pages/search.jsp. however, when i deploy my app and hit the link on index page, i get...
JSPG0036E: Failed to find resource /pages/searchStudent.jsp
any ideas? i will really appreciate any response.

