Regarding the bean:include Tag

2006-09-28 Thread Chetan Pandey
Hi All: I am trying to use Where the forward is described in the List of Global Forwards in the following manner: This is failing repeatedly. I am getting the following exception: javax.servlet.jsp.JspException: Exception reading resource http://localhost:8080/lms/

Re: bean:include tag

2005-08-01 Thread Dave Newton
Vic wrote: I've been trying to use in a similar way to but am unsuccessful. http://struts.apache.org/userGuide/struts-bean.html#include "This tag has a function similar to that of the standard || tag, except that the response data is stored in a page scope attribute instead of being wri

bean:include tag

2005-08-01 Thread Vic
Hi, I've been trying to use in a similar way to but am unsuccessful. I am trying to include a footer on my page by writting the following: Unfortunately, I don't get any errors and the page is not included. Must I do something with footerId to get working? Thanks for your help. Vic -