Hi,
I am using the following code for including another jsp
<bean:include id="Head" forward="headTemplate"/>
This is working fine when I load a file with .jsp extension. But, when a
jsp page loads following an action mapping, it fails to load. No
exceptions, but the page doesnt appear.
I've the following in the struts-config.xml
<global-forwards>
.................
<forward name="headTemp" path="/pages/head.jsp"/>
</global-forwards>
Is there something I missed?
Thanks for your help,
Regards
Rajesh
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]