Hi,

I am developing an application where i came across a situation and now
looking for the solution.

Application Discription:

I developing an application which contains two pages,

1. SubmitDataWidget
It contains two Textboxes, a FileUpload widget and a Button. On click
to button i am going to a servlet and passing data through servlet
(Here i am not using GWT-RPC as it is not supporting file transfering)

2 LoadTreeWidget
   once the process of servlet finish i have go to second page, which
would load a dynamic tree.
   I have created a widget which is performing this task, It is using
GWT-RPC.

In general JSP/Servlet/Struts applications we have Response forward/
sendredirect methods which we use from servlet.

My confusion/delima in this application:

How i should call/response the second widget(LoadTreeWidget) from the
servlet once servlet finsh it's process?

Thanks in advance for your suggestion

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