On Feb 23, 1:20 pm, Blessed Geek <[email protected]> wrote: > GWT creates quite a few frames. > > I have a formpanel. I wish to set its target to the current frame on > which the rootpanel resides. > > As a start, I wish to define the term "current frame" to mean the > frame on which all the gwt widgets are displayed. > > I have been using two techniques to set the target. > 1. "_top" > 2. create a namedframe whose url points to a gwt entry point. > > But lately, for a reason, I just wish to reference the current frame > without using either of these two techniques.
Just use "_self". -- 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.
