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

2001-10-03 Thread Minh Tran
PROTECTED]] > Sent: 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 look

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

2001-10-03 Thread Thinh Doan
y 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' %>

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' %> but be able to dynamically change the template and or the template:put cont