You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Steinar Bang <sb...@dod.no> on 2002/10/03 00:22:56 UTC

What mechanisms do Tiles use for layout

What mechanism(s) do Tiles use for layout?  Does it use HTML tables?
Does it use a combination of <div>, <span> and CSS?  Or can it use
either, depending on the capabilities of the client browser?

Thanx!


- Steinar



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: What mechanisms do Tiles use for layout

Posted by Cedric Dumoulin <ce...@apache.org>.
  In the tiles examples, there is several layouts: some use tables, 
other use <div>. As David says, Tiles doesn't care about your layout. 
You can reuse existing layouts, or define your own as you want. The 
layout is just a jsp page containing <insert> tag where you want to 
insert sub-tiles. You can use any html or jsp tags to arrange your layout.

  Cedric

Steinar Bang wrote:

>What mechanism(s) do Tiles use for layout?  Does it use HTML tables?
>Does it use a combination of <div>, <span> and CSS?  Or can it use
>either, depending on the capabilities of the client browser?
>
>Thanx!
>
>
>- Steinar
>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>
>  
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>