On Monday, July 8, 2013 3:58:29 AM UTC+2, Joel Malchiondo wrote: > > I would like to be able to pass a bunch of values from the server to the > client and store them on the client side inside global vars. I tried doing > this by creating a properties from a properties file on the server side and > returning this in an rpc call. but when i do this i get an error "No source > code is available for type java.util.Properties; did you forget to inherit > a required module?". I have tried googling around but i cant seem to find a > solution to this error. Does anyone have any ideas of how to fix the error > or how to pass the variables to the client a better way?
IMO, a better way is to pass the values through the HTML host page: http://www.gwtproject.org/articles/dynamic_host_page.html -- 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. For more options, visit https://groups.google.com/groups/opt_out.
