Hi
I have done an GWT,Spring,hibernate application using the link
http://eggsylife.blogspot.com/2008/02/hibernate-spring-google-web-too...<http://eggsylife.blogspot.com/2008/02/hibernate-spring-google-web-toolkit.html>
.
My application got open in hosted mode. When i click on search button "
onFailure " method of "TeacherModel " class got called.
When I am trying to debug the code, the flow from the following line
PupilCollection<?> collection = (PupilCollection<?>) ContextUtil.*getContext
*().getBean("pupilCollection");
is returning back to "TeacherModel" class.
but I am not getting any exception on this line.
Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---