| Author |
Can I include GWT page inside a JSP page ?
|
Hussein Baghdadi
clojure forum advocate
Bartender
Joined: Nov 08, 2003
Posts: 3400
|
|
Hi. Can I use the include techniques to include my main GWT's page (like KitchenSink.html) inside a JSP page ? or GWT pages should be standalone ?
|
 |
Prabhakar Chaganti
author
Ranch Hand
Joined: Nov 30, 2004
Posts: 50
|
|
You can include your GWT page inside a JSP. Just create a jsp include that can put out the HTML for the GWT page. Make sure it has the GWT js stuff and the meta information. thanks prabhakar
|
Packt Author Page (http://www.packtpub.com/author_view_profile/id/120)
|
 |
Samrat Kakustam
Ranch Hand
Joined: May 21, 2009
Posts: 56
|
|
Hi Prabhakar,
Can you please explain what should be in the meta-tag? I have been trying a lot. I made a menu using GWT, copied all the files and included the html file in a jsp page. In the browser when I see the source, it is properly included but I dont get anything as output.
I will be very thankful for any help.
|
SCJP 5.0
|
 |
salvin francis
Ranch Hand
Joined: Jan 12, 2009
Posts: 915
|
|
does the resulting page have the script tag with the js url as src ?
if it does, does the js file reside at the location the script tag is pointing to ?
|
My Website: [Salvin.in] Cool your mind:[Salvin.in/painting] My Sally:[Salvin.in/sally]
|
 |
 |
|
|
subject: Can I include GWT page inside a JSP page ?
|
|
|