Dynamically changing template and template source on a Master JSP page

2001-10-03 Thread Minh Tran
Has anyone ever tried to do this? I would like to have a master JSP page this looks something like this: %@ taglib uri='/WEB-INF/struts-template.tld' prefix='template' % template:insert template='/SiteTemplate.jsp' template:put name='title' content='SCMTest' direct='true' /

RE: Dynamically changing template and template source on a Master JSP page

2001-10-03 Thread Thinh Doan
To: '[EMAIL PROTECTED]' Subject: Dynamically changing template and template source on a Master JSP page Has anyone ever tried to do this? I would like to have a master JSP page this looks something like this: %@ taglib uri='/WEB-INF/struts-template.tld' prefix='template' % template:insert template

RE: Dynamically changing template and template source on a Master JSP page

2001-10-03 Thread Minh Tran
: Wednesday, October 03, 2001 12:46 PM To: '[EMAIL PROTECTED]' Subject: Dynamically changing template and template source on a Master JSP page Has anyone ever tried to do this? I would like to have a master JSP page this looks something like this: %@ taglib uri='/WEB-INF/struts