Hi Ianz,

My choice was to extend the class com.gwtextux.client.data.GWTProxy.
I override the load method in which coded the RPC call. This method
receives as parameters the starting page number, quantity limits and
others.
On the server side and returns a string with the JSON data paged and
that string is loaded into the Store.

I have the same build error in GridPanel. I do not know why, but it's
working fine.

Hope this help you.

Best wishes.
Rogério.


On 29 jan, 01:39, lanz <[email protected]> wrote:
> I can't get a clear and easy way on how to do paging that concerns
> with GWT-RPC which gets data
> from server and loads it to the grid and then PagingToolbar is to be
> used.I tried using the gwtextux.PagingMemoryProxy but in creating
> store. But its parameter is array of data which is
> array Object[][]. How can I pass the records I get from the database.
> Should I first convert the records into
> 2D Array of Object.
>
> In running sample application of local paging I also encountered an
> error in the Hosted Mode but
> the program still ran. Here is the log:
>  [ERROR] Errors in 'jar:file:/E:/eclipseGalileo/workspace/Nursery/war/
> WEB-
>
> INF/lib/gwtextux.jar!/com/gwtextux/client/widgets/upload/
> SwfUploadPanel.java'
>
> [ERROR] Line 81: Cannot reduce the visibility of the inherited method
> from GridPanel
>
> How can I address the error above. I place the gwtextux in WEB-INF/lib
> folder.
>
> Please give an example on using the PagingMemory on GWT-RPC (getting
> data from database
> then load in the grid).
>
> Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" 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/gwt-ext?hl=en.

Reply via email to