Hi Salil,
you can reserve some space in your jsp page for the gwt widget:
<div id="wherethegwtwidgetgoes">
</div>
And in GWT you can add your widget to the div by doing:
RootPanel.get("wherethegwtwidgetgoes").add(widget);
hope that helps
2010/10/6 Salil <[email protected]>
> Hi,
>
> I have a JSP page which consists of a textarea and few buttons.
>
> I want to reuse an existing GWT widget which consists of a TextBox and
> a clickable icon and place it inside the JSP Page.
>
> Kindly let me know what all is required to be done.
>
> Regards,
> Salil
>
> --
> 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]<google-web-toolkit%[email protected]>
> .
> 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 [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.