You cant use a JS classes on a server side..server side is just a normal Java-servlet all this classes must and can be used just in the translatable part of the gwt application.
regards, B On Tue, Nov 23, 2010 at 12:18 AM, Shawn Brown <[email protected]>wrote: > > I am using GWT-EXT. I am having trouble initializing GWT-EXT Store in > > a RPC call in server side. > > I use all my Stores client side. > > I can't see the purpose of using it server side. Of course I load the > data into the store via RPC... > > Shawn > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
