Re: Insert into html based on passed URL paramter

2006-05-09 Thread Dave Newton
Bryce Nesbitt wrote: > But what I'd like to do is set the of the HTML page, based on > the parsed URL parameter (e.g. area=987). The proper title is not known > until the jsp executes, and does a lookup on an xml file. Is this > possible with tiles? How would one do it? Since you're not gettin

Re: Insert into html based on passed URL paramter

2006-05-09 Thread Bryce Nesbitt
It seems that by the time I put the "title", it is too late to affect the HTML page. Is anyone doing anything like this? I have a tiles template: Which is invoked from titles-defs.xml: The "locations.jsp" looks like this: <%@ taglib uri="struts-bean" pre

Insert into html based on passed URL paramter

2006-05-07 Thread Bryce Nesbitt
I have a tiles template: Which is involved from titles-defs.xml: On a jsp file <%@ taglib uri="struts-bean" prefix="bean" %> <%@ taglib uri="struts-html" prefix="html" %> <%@ taglib uri="struts-logic" prefix="logic" %> <%@ taglib uri="struts-tiles" pre