Struts Tiles and Multiple usage using JSP

Hi Everyone !

I'm customizing a shopping cart for usage by multiple websites using JSP.

I'm using the tiles framework for showing different versions of the same shopping cart depending on what site id accesses the cart.

What i plan to achieve is that the websites retain their left, top and bottom and only the content (in the form of IFRAME) changes depending upon the id of the website.

My question is that, is it possible to use IFRAME (html) to show different versions of the shopping cart keeping the left top and bottom the same without having to use the tiles framework template ? (so basically im using the tiles framework for showing multiple versions of IFRAME)

Can anyone suggest any other possible solution ?

[760 byte] By [armaghan23a] at [2007-10-3 1:02:57]
# 1
Yes that would be possible.Frames break up your page into multiple html documents.Tiles lets you do it without using frames - ie the whole page loads every time, but it uses common templates.If you are using frames/Iframes, then you don't need to use tiles.
evnafetsa at 2007-7-14 17:59:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...