Re: GWT-EXT Store is not working in server side

2010-11-22 Thread Blagoja Chavkoski
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 wrote: > > I am using GWT-EXT. I am having trouble initializi

Re: GWT-EXT Store is not working in server side

2010-11-22 Thread Shawn Brown
> 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 subscri

GWT-EXT Store is not working in server side

2010-11-22 Thread tanvir hasan
Hi, I am using GWT-EXT. I am having trouble initializing GWT-EXT Store in a RPC call in server side. public class FloorPlanServiceImpl extends RemoteServiceServlet implements FloorPlanService { private Object [][] links = new Object[][]{ ne