At 2:32 PM +0100 5/20/04, Tim Penhey wrote:
I am thinking about using tiles to simplify some of my JSPs, but many of my
pages are javascript heavy.  All the js is either included or defined in the
<head> section, but I am curious to know how other people have defined their
layouts.

Do you end up defining a very small tile that defines the <title> for
example?

Comments eagerly awaited.

You can put Javascript anywhere in a page; I think it makes sense to put it in the tile which uses it, if you can localize it that way. Obviously sometimes that doesn't make sense.


We usually use Tiles attributes for the title, and then fill it in like this:
        <title><tiles:getAsString name="title" /></title>

Joe

--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining."
-- Jef Raskin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to