Hi all
I am working on an Simple Spring app just an index page which takes
the username and password and responds with an success or failure
page... If successful I have given a href there
in other words an request which takes me to the index page of the GWT
app. After combining both of these Spring and GWT the Spring part is
working fine but I am facing some prob with
GWT. I can see that the folder structure is correct. When I do a GWT
compile I see that all the files sit in the right position just as
when we do a GWT compile for a normal GWT app. I see the
static contents of the GWT index page but I dont see the dynamic
content (java converted javascript).
<tr>
<td id="nameFieldContainer"></td>
<td id="sendButtonContainer"></td>
</tr>
The id nameFieldContainer is used in the entry point class which after
the GWT compile should be present in one of the cache.html whose
mapping should be there in nocache.html. Only if I can
retrieve this, this will change into the text box or button as
mentioned in the GWT entry point class. This is not happening.
Can some one here tell me where I am going wrong..
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.