Bryce Nesbitt wrote: > But what I'd like to do is set the <title> 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 getting the title value from a tiles definition you'd need to do it somewhere else, perhaps by setting a request attribute during action execution... One solution might be to check for a value in that request attribute and if there's nothing there use the value from the tile definition. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]