RE: [TILES] Foxy Tiles Problem

2003-02-25 Thread PILGRIM, Peter, FM
-Original Message- From: Hue Holleran [mailto:[EMAIL PROTECTED] Hi Peter, I'm not sure I fully understand but we're using ... template layout within templates layout? successfully and I think this is necessary for all but the simplest tiles layouts. Indeed, tiles examples

[TILES] Foxy Tiles Problem

2003-02-24 Thread PILGRIM, Peter, FM
Hi I got a Tiles template design question. I have a web site like Amazon.com that using Tabs to navigate around a set of HTML Form elements. Each Page has a HTML Form that contain lots of HTML Input elements. I have written the JSP in the first phase to be monolithic and now I want to break

Re: [TILES] Foxy Tiles Problem

2003-02-24 Thread Vic Cekvenich
One thing that might help you is this, Tiles 201, that basicaly has a controler for each tile, with it's own setup, it should give you good ideas, else repost. http://blogs.browsermedia.com/patrick/index.do?date=20030211#130200 Templates are deprecated in favor of tiles. .V PILGRIM, Peter, FM

RE: [TILES] Foxy Tiles Problem

2003-02-24 Thread PILGRIM, Peter, FM
-Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: 24 February 2003 15:24 To: [EMAIL PROTECTED] Subject: Re: [TILES] Foxy Tiles Problem One thing that might help you is this, Tiles 201, that basicaly has a controler for each tile, with it's own setup

RE: [TILES] Foxy Tiles Problem

2003-02-24 Thread PILGRIM, Peter, FM
-Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] One thing that might help you is this, Tiles 201, that basicaly has a controler for each tile, with it's own setup, it should give you good ideas, else repost.

RE:[SOLVED] [TILES] Foxy Tiles Problem

2003-02-24 Thread PILGRIM, Peter, FM
-Original Message- From: PILGRIM, Peter, FM -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] One thing that might help you is this, Tiles 201, that basicaly has a controler for each tile, with it's own setup, it should give you good ideas,

RE: [TILES] Foxy Tiles Problem

2003-02-24 Thread Jerome Jacobsen
it since I'm using the JSTL-EL. HTH Jerome -Original Message- From: PILGRIM, Peter, FM [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 10:44 AM To: 'Struts Users Mailing List' Subject: RE: [TILES] Foxy Tiles Problem -Original Message- From: Vic Cekvenich [mailto

RE: [TILES] Foxy Tiles Problem

2003-02-24 Thread PILGRIM, Peter, FM
-Original Message- From: Jerome Jacobsen [mailto:[EMAIL PROTECTED] Sent: 24 February 2003 16:24 To: Struts Users Mailing List Subject: RE: [TILES] Foxy Tiles Problem Not sure if this will help, but here goes. I have Form based JSPs that can be used across multiple actions

RE: [TILES] Foxy Tiles Problem

2003-02-24 Thread Hue Holleran
To: Struts Users Mailing List (E-mail) Subject: [TILES] Foxy Tiles Problem Hi I got a Tiles template design question. I have a web site like Amazon.com that using Tabs to navigate around a set of HTML Form elements. Each Page has a HTML Form that contain lots of HTML Input elements. I have