Hello,

First of all, thank you VERY MUCH for your answers!!!
Bakul, i've tried this solution, but i need to catch events from the
existing application. For example, i need that if i click a button on
this application, the second application(on the other frame) have to
do something predefined. ¿How can i do that if i use frames as you're
suggesting me?

Regards,
Anita

On 16 ago, 16:38, Bakul <[email protected]> wrote:
> Create your main HTML/JSP which will have html frame set code like
> this:
>
> ------------------------------------
>
> <frameset COLS="20%,50%, 30%">
> <frame NAME="opensourceExistingApp" SRC='urlOfOpenSourceExistingApp'>
> <frame NAME="GWTApp" SRC='urlOfGWTApp'>
> <frame NAME="ThirdApp" SRC='urlOfThirdApp'>
> </frameset>
>
> ------------------------------------
> urlOfOpenSourceExistingApp : should Points to your existing open
> source web url
> urlOfGWTApp: should point to your GWT Application
> urlOfThirdApp: should point to third application
>
> -Bakul

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to