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.

[591 byte] By [apex_codera] at [2007-11-27 6:39:19]
# 1
sorry, i get the following instead...JSPG0036E: Failed to find resource /pages/search.jsp
apex_codera at 2007-7-12 18:08:24 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...