Re: onSuccess() return value other than void?
Hi day_trader
As far as i can think is that you are trying to pass an object with
the data of the class..
now to make your class go to the server side all you need to do is to
move it to a package that is in the package that is *not* mentioned in
your <your_gwt_xml>.gwt.xml file as the classes in these
packages,which are mentioned in the gwt.xml file, get "ajaxified" and
sent on to the client.
Hope this helps.
Sunny.
On Jul 6, 5:04 pm, day_trader <mwmcmul...@gmail.com> wrote:
> Thanks for the replies thus far.
>
> That all makes sense. I did have strong doubts about the likelihood of
> what I wanted but as I am not an expert in the field I thought it was
> better to make sure.
>
> Actually, my problems would be solved quite quickly if I got around my
> initial problem that led to this posting. Basically, there is a class
> in my client side, under myApp.client.models.SomeModel that I need to
> pass to the server. The problem is that the server cannot see this
> class as I get an error when I try to compile it. My question is: How
> do I check if the class is on my SERVER classpath?
>
> Thanks :)
--
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home