I have to provide a link in Google Map Infowindow like <a
href="localhost:8080/xyzPanel">
The Following code need to be exposed as /xyzPanel.

*

public* *class* xyzPanel *extends* AbsolutePanel {

*public* xyzPanel () {

setSize("200px", "200px");

Label lblNewLabel = *new* Label("label1");

add(lblNewLabel, 10, 25);

}

}

On Mon, Sep 19, 2011 at 3:51 PM, Alexandre Dupriez <
alexandre.dupr...@gmail.com> wrote:

> What do you mean?
>
> On 19 sep, 09:14, Navindian <navind...@gmail.com> wrote:
> > is this possible?
> >
> >
> >
> >
> >
> >
> >
>  > On Sat, Sep 17, 2011 at 7:59 PM, Navindian <navind...@gmail.com> wrote:
> > > <a href="widgetURL">
> >
> > > WidgetURL need to be mapped to GWT Widget/Panel.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

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

Reply via email to