I guess what I would do for a fallback option is to simply show the form in 
the GWT app.  If the user wants to alter any form fields, they could click 
a link and the form could be showed in a JSP page (new window).   From a 
JSP we could get everything we need. But it would be nice to have this work 
right within the app.

This is how we handle printing.  Haven't found a good way to print with GWT 
- we mostly print reports (generated on the fly as HTML, generated 
externally).  A link pops up a (printer friendly) version of the page 
(without the GWT UI of the app) done in JSP.  Works well.

The reports are static and we can show them within the GWT app easily. 
 There is no user feedback.  However, on the form pages, the user can 
interact with the form (changing form fields and saving the form).  So, it 
is a little trickier than the static reports we display.

Mike



-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to