Where's the connection between 'Head', 'headTemplate' and 'headTemp' ?
Perhaps it's the mismatch of names that's causing grief...


----- Original Message -----
From: "Rajesh M Vasudevan" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Sunday, September 28, 2003 7:33 AM
Subject: [Question] Problem with bean:include.


> 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]
>
>

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

Reply via email to