It is legal, but:
1. You have to make sure that the outcome of putting all the tiles together
creates  one complete HTML page. Which means that if you have a header tile,
content tile and a footer tile, you should open the header with <html> and
close the footer with </html> and so on.
2. 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 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

Reply via email to