You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Antonio Petrelli <an...@gmail.com> on 2010/01/05 11:46:09 UTC

Re: Beginner Query on Struts tiles

2010/1/5 steff_uk <ar...@hotmail.com>:
> I need to call 2nd web app in 1st
> currently iam using Iframes & frame sets ,
> is there any other way do this?

Yes, you could extract the 2nd webapp response's body and insert it
into the 1st. For this, take a look at Sitemesh:
http://www.opensymphony.com/sitemesh/

> Is it possible to use Struts Tiles for this ?

You can use Tiles and Frames together, you should use the normal HTML
tags for frames and insert attributes using Tiles JSP tags. Notice
that Tiles may work only under a single webapp, currently it cannot
extract content from an external resource.
For questions about Tiles, please ask the Tiles Users mailing list:
http://tiles.apache.org/mail.html

Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org