I'm currently trying to add some printing functions to a map-software.
If the user hits the print-button a new browser-window, which's
dimensions fit to a normal sheet of paper, is opened. As the user
usually wants to print stuff like a route or so the new window needs
to use the same services the main-app does.
What I already tried:
First I did the printing stuff on its own and tried to merge the
projects (map and print). There where some problems because of the
web.xml.
Then I added another print.html to the map-root-dir and tried to merge
the source directly in one project. In this scenario the
onModuleLoad()-method of the print.html wasnt fired.
Is there a way to let the print-app use its parents-apps services? I'd
really like to avoid to have the code twice on my server ...
thanks for any advise!
tom
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment