> -----Original Message----- > From: Caroline Jen [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 02, 2004 6:43 AM > To: [EMAIL PROTECTED] > Subject: Tiles in Frameset > > > How do I display tiles in columns in the browser?
I think your looking at this in the wrong way. The question is.... how do you display columns in a browser? Anser: Either with tables or CSS. Then you ask, how do I insert a tile into the column? <tiles:insert name="blah" /> In my opinion one of the hardest things to remember is that your not "in" Struts, your not "in" Tiles.... your "in" html... tiles and struts just help you generate HTML. Again, in my opinion, if you can think first "How do I do this in HTML?" the question of how do I get Struts/Tiles/JSTL/other taglibs to do this for me so I don't have to copy-past-modify all the @[EMAIL PROTECTED]&@$^#$%%#&! time? > > I have been using tiles feature of the Struts > framework, and the tiles are displayed in the browser > in "rows". This is my setup (which works fine): > > <tiles:get name="banner"/> > <tiles:get name="upperbar"/> > <tiles:get name="content"/> > <tiles:get name="lowerbar"/> > > Now, the third row has two columns; the column on the > left is a pane with a number of links. All my web > pages will show this column. The column on the right > is the content, which varies page by page. > > How do I modify my setup for the third row to have two > columns? > > > > > > _______________________________ > Do you Yahoo!? > Win 1 of 4,000 free domain names from Yahoo! Enter now. > http://promotions.yahoo.com/goldrush > > --------------------------------------------------------------------- > 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]