• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Need to work with more windows.

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I need small help in working with window. I am doing web application using GWT.

I have a module in which I have some data shown to the user. There is one link. When the user click the link, it should open a new window and show the new data w.r.t to the URL.

I can open new window using Window object and the URL routes to Servlet. Now, if I want to use the Widgets in Servlet to display the page in GWT rich UI, I could not do as it is failed to initiate GWT.create() at server side. How to handle this situation.

In other words, I have many URLs in which few are servlets and I need to use GWT rich UI in servlets. Please provide me solution.

Or is there anyother way to handle my scenario?

Regards
Sri
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Get rid of the servlets by switching code to RPC.
Then use History http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHistory.html
 
Slideshow boring ... losing consciousness ... just gonna take a quick nap on this tiny ad ...
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic