RE: Tiles with javascript heavy pages

2004-05-21 Thread Pilgrim, Peter
> -Original Message- > From: Joe Germuska [mailto:[EMAIL PROTECTED] > Sent: 20 May 2004 16:25 > To: Struts Users Mailing List > Subject: RE: Tiles with javascript heavy pages > > > >Do you know if you can embed the inside the > > > >to have the

RE: Tiles with javascript heavy pages

2004-05-21 Thread Paul McCulloch
Not with but you should be ablt to with : Paul > -Original Message- > From: Tim Penhey [mailto:[EMAIL PROTECTED] > Sent: 20 May 2004 16:03 > To: Struts Users Mailing List > Subject: RE: Tiles with javascript heavy pages ... > Do you know if you can

Re: Tiles with javascript heavy pages

2004-05-20 Thread Iván Rodríguez
t" <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 5:03 PM Subject: RE: Tiles with javascript heavy pages > > From: Joe Germuska [mailto:[EMAIL PROTECTED] > > Sent: 20 May 2004 15:51 > > > > At 3:13 PM +0100 5/20/04, Tim Penhey wrote: > > > > Fr

RE: Tiles with javascript heavy pages

2004-05-20 Thread Joe Germuska
Do you know if you can embed the inside the to have the tiles attribute define the key for the bundle? You can never embed any JSP tag inside another JSP tag. You could use or to create a page scoped variable using tiles:getAsString and then use it for the key to bean:message... This is a

RE: Tiles with javascript heavy pages

2004-05-20 Thread Tim Penhey
> From: Joe Germuska [mailto:[EMAIL PROTECTED] > Sent: 20 May 2004 15:51 > > At 3:13 PM +0100 5/20/04, Tim Penhey wrote: > > > From: Joe Germuska [mailto:[EMAIL PROTECTED] > >> Sent: 20 May 2004 14:47 > >> > >> You can put Javascript anywhere in a page; I think it makes sense to > >> put it in

RE: Tiles with javascript heavy pages

2004-05-20 Thread Joe Germuska
At 3:13 PM +0100 5/20/04, Tim Penhey wrote: > From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: 20 May 2004 14:47 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 include

RE: Tiles with javascript heavy pages

2004-05-20 Thread Tim Penhey
> From: Joe Germuska [mailto:[EMAIL PROTECTED] > Sent: 20 May 2004 14:47 > > 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 > > section, but I

Re: Tiles with javascript heavy pages

2004-05-20 Thread Joe Germuska
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 section, but I am curious to know how other people have defined their layouts. Do you end up defining