Hi Guys,

I've just moved all my JSP's into a folder under WEB-INF so i have something like this:

WEB-INF\jsp\catalogue

I've got some global forward defined as follows:

<global-forwards>
<forward name="viewcatalogue"
path="WEB-INF\jsp\catalogue\maincatalogue.jsp"
redirect="true"/>
</global-forwards>


But now when i foward to this it fails to locate the jsp, i've also got a similar problem when i try to reference and action from within my html files i.e.

<html>
<frameset rows="195,*" frameborder="NO" border="0" framespacing="0">
<frame src="../../catalogueheader.do" name="topFrame" scrolling="NO" noresize >
<frame src="../../maincatalogue.do?action=paging" name="mainFrame">
</frameset>
</html>

I know its something really silly that i'm doing wrong...





_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to