Hi Oscar,

Before going deeper into how you might be able to pass a DTO from one
frame to the other, I'm wondering about how a set of frames came into
the picture in the first place.

I'm mainly asking because I would imagine that one or both of these
frames are sourced to at different domains? If that's the case,
getting the DTO data from one frame to the next can be tricky
business. If that isn't the case (i.e. both frames are sourced on the
same domain as the rest of the application), is there any reason why
you couldn't use something like an HTMLPanel instead? It could make
the DTO passing process a lot easier.

Hope that helps,
-Sumit Chandel

On Fri, Sep 19, 2008 at 11:07 AM, Oscar <[EMAIL PROTECTED]> wrote:
>
> I have an application where 2 IFrames are being used.  In one Frame, I
> have a DTO object that I would like to send to the other Frame.  The
> DTO object is Serializable, but aside from that, I dont know what the
> contents of it are.
>
> Is there a clever way to pass this Object from one Frame to another?
> It appears the answer is to serialize the object to a string then pass
> the string across.  I know I can do this manually or with JSON, or
> some other such device, but I'm hoping there is a way to do this using
> GWT Serialization.  Does anyone know how I can accomplish this?
> >
>

--~--~---------~--~----~------------~-------~--~----~
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