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
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
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
3 matches
Mail list logo