You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by steff_uk <ar...@hotmail.com> on 2010/01/05 11:01:34 UTC

Beginner Query on Struts tiles

Hi ,
Iam new to struts,currently iam migrating existing app to struts2
Iam having 2 web application running in server
I need to call 2nd web app in 1st
currently iam using Iframes & frame sets ,
is there any other way do this?
Is it possible to use Struts Tiles for this ?
Kindly reply
Thanks in advance,

-- 
View this message in context: http://old.nabble.com/Beginner--Query-on-Struts-tiles-tp27026099p27026099.html
Sent from the Struts - User mailing list archive at Nabble.com.

Re: Beginner Query on Struts tiles

Posted by Antonio Petrelli <an...@gmail.com>.
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