Look through the examples in the tiles-documentation WAR and see what you can do with it. I don't think I could live with out. I like having separate tiles for my header, menubar, footer, etc. I also like to make reusable components out of things I use in several JSPs. For example, if you have a JSP and action that gets a list of say customers out of the database, you can make that a tile and then just insert the tile whenever you need it.
If you don't think you need it then don't use it. Keep it simple. You can always add it in later. Michael > -----Original Message----- > From: Southard, Don [mailto:[EMAIL PROTECTED]] > Sent: mardi 18 f�vrier 2003 17:34 > To: Struts User Group (E-mail) > Subject: Sell me on tiles > > > We are starting a fairly new project using struts. We are at a > point where > we need to make a decision on using tiles or not using tiles. On one hand > it's not too hard to implement (one developer already has it working with > our project). On the other hand we haven't seen any added functionality > that would really make us want to go with this feature. > > All that said can someone give me some brief points on why we should use > tiles? > > -- L. Don Southard > 303 218 4823 > x4823 > > > --------------------------------------------------------------------- > 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]

