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 ?

