Re: [slightly OT] alternatives to Tiles?

2005-06-30 Thread Michael Jouravlev
On 6/30/05, Aleksandar Matijaca <[EMAIL PROTECTED]> wrote: > On 6/30/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > From: "Bill Schneider" <[EMAIL PROTECTED]> > > > Tiles is very powerful but I've found that 99% of the time I'm only using > > > it to wrap a page in a consistent layout/navigation. I

Re: [slightly OT] alternatives to Tiles?

2005-06-30 Thread a k
Is it even possible to include pages from another webapp context? Doesn't every web app have its own classloader? On 6/30/05, Bill Schneider <[EMAIL PROTECTED]> wrote: > Hello, > Tiles is very powerful but I've found that 99% of the time I'm only > using it to wrap a page in a consistent layout/na

RE: [slightly OT] alternatives to Tiles?

2005-06-30 Thread Durham David R Jr Ctr 805 CSPTS/SCE
> What about plain-old jsp includes? Maybe they're "enough" for your needs. I think tiles controllers provided added benefit/functionality beyond something like SiteMesh. Furthermore, use of tiles does not preclude the use of SiteMesh. - Dave --

RE: [slightly OT] alternatives to Tiles?

2005-06-30 Thread Abdullah Jibaly
ginal Message- From: Aleksandar Matijaca [mailto:[EMAIL PROTECTED] Sent: Thursday, June 30, 2005 8:28 AM To: Struts Users Mailing List Subject: Re: [slightly OT] alternatives to Tiles? I believe that if you are using JSP includes, the included file, "looses" any objects that we

Re: [slightly OT] alternatives to Tiles?

2005-06-30 Thread Aleksandar Matijaca
I believe that if you are using JSP includes, the included file, "looses" any objects that were put in using request.setAttribute(...) ? I have found that using jsp:includes is typicaly good enough to include any group page imports, definitions and maybe any JavaScript... Regards, Alex. On 6/30

Re: [slightly OT] alternatives to Tiles?

2005-06-30 Thread Wendy Smoak
From: "Bill Schneider" <[EMAIL PROTECTED]> Tiles is very powerful but I've found that 99% of the time I'm only using it to wrap a page in a consistent layout/navigation. It seems like I'm not getting enough value out of it to justify the additional layer of indirection of having to touch tiles

RE: [slightly OT] alternatives to Tiles?

2005-06-30 Thread Mark Galbreath
Yep - it's called "PHP 5.0." ~mark -Original Message- From: Bill Schneider [mailto:[EMAIL PROTECTED] Sent: Thursday, June 30, 2005 8:45 AM Has anyone seen anything that has Tiles' request/response cycle and runtime footprint, but configures like SiteMesh? :-) **

[slightly OT] alternatives to Tiles?

2005-06-30 Thread Bill Schneider
Hello, Tiles is very powerful but I've found that 99% of the time I'm only using it to wrap a page in a consistent layout/navigation. It seems like I'm not getting enough value out of it to justify the additional layer of indirection of having to touch tiles-defs.xml. I also would love to be