Simple Tiles Question

2003-11-28 Thread Gurpreet Dhanoa
hi ALL, When we incluse dtd while declaring tile-def.xml file which looks something like. !DOCTYPE tiles-definitions PUBLIC -//Apache Software Foundation//DTD Tiles Configuration 1.1//EN http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd; IS IT NESECCARY I SHOULD BE

Re: Simple Tiles Question

2003-11-28 Thread Morten Andersen
I think so... It might be possible to download the dtd to a directory in your webapplication's directory locally and then refer to that instead... !DOCTYPE tiles-definitions PUBLIC -//Apache Software Foundation//DTD Tiles Configuration 1.1//EN dtds/tiles-config_1_1.dtd Morten

Simple Tiles question

2003-07-24 Thread Erez Efrati
A simple question I guess, Is it legal to have the tags like html /html and others in a tile. Meaning, when converting a page to a tile, do I have to remove those html:html header etc. tags? Erez - To unsubscribe, e-mail:

RE: Simple Tiles question

2003-07-24 Thread Mike Jasnowski
, July 24, 2003 3:51 PM To: 'Struts Users Mailing List' Subject: Simple Tiles question A simple question I guess, Is it legal to have the tags like html /html and others in a tile. Meaning, when converting a page to a tile, do I have to remove those html:html header etc. tags? Erez

RE: Simple Tiles question

2003-07-24 Thread Erez Efrati
It's strange since until now I haven't removed those tags and it just went fine...strange no? -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 8:52 PM To: Struts Users Mailing List Subject: RE: Simple Tiles question It depends on how

RE: Simple Tiles question

2003-07-24 Thread aies22
. It is sometimes better to use the JSP tags html:html rather than plain html. -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 9:51 PM To: 'Struts Users Mailing List' Subject: Simple Tiles question A simple question I guess, Is it legal to have the tags

RE: Simple Tiles question

2003-07-24 Thread Hue Holleran
To: 'Struts Users Mailing List' Subject: Simple Tiles question A simple question I guess, Is it legal to have the tags like html /html and others in a tile. Meaning, when converting a page to a tile, do I have to remove those html:html header etc. tags? Erez

RE: Simple Tiles question

2003-07-24 Thread Mike Jasnowski
Yeah, that's strange, but then some browsers are pretty good at ignoring bad HTML -Original Message- From: Erez Efrati [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 3:56 PM To: 'Struts Users Mailing List' Subject: RE: Simple Tiles question It's strange since until now I

RE: Simple Tiles question

2003-07-24 Thread Erez Efrati
on the html:html Struts tag, or am I wrong? I wish... Erez -Original Message- From: Hue Holleran [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 8:59 PM To: Struts Users Mailing List Subject: RE: Simple Tiles question Erez, Tiles are included in the HTML page like any other 'fragment