Re: How to use GWT RPC in OpenSocial

2009-01-14 Thread falcon_whiz
into your web.xml. -Eric. On Tue, Jan 13, 2009 at 7:28 AM, falcon_whiz sultan.yas...@gmail.comwrote: Hi Eric,  I was using the same servlets as provided in the GadgetRPC sample.  Moreover I checked on the web today steps for deploying a GWT application in an opensocial container. I have

Re: How to use GWT RPC in OpenSocial

2009-01-13 Thread falcon_whiz
is weird for the POST situation.  To resolve this, add a doPost() method in your servlet that delegates to doGet(). On Tue, Jan 13, 2009 at 12:10 AM, falcon_whiz sultan.yas...@gmail.comwrote: Hi Eric,  I tried the GadgetRPC sample but its returning with the following exception

Re: How to use GWT RPC in OpenSocial

2009-01-12 Thread falcon_whiz
-gadgets-1.0.1 does not support the opensocial 0.8 spec (is that what you are using?) , only the legacy API.  I don't know that the generated gadget.xml file is going to work for you without modification. On Mon, Jan 12, 2009 at 1:56 AM, falcon_whiz sultan.yas...@gmail.comwrote: Hi,  I

Extra pixels above image when added to popup panel

2009-01-03 Thread falcon_whiz
Hi all, I am using the lates release of gwt (gwt-windows-1.5.3). now the problem is that whenever I am adding an image to a popup panel the size of the popup panel increases by few extra pixels on top of the image. on the sides and on the bottom the popup panel adjusts to the size of the image.

Limiting text length in rich text area widget

2009-01-03 Thread falcon_whiz
Hi, I want to limit the text length inside the rich text area widget provided by GWT. But there is no implementation of a method like maxLength in this widget. I have tried implementing it using substring inside keyboardlistener but the problem is that I lose all the HTML formatting. Can anybody

Approach for paging large dataset

2009-01-02 Thread falcon_whiz
Hi all, I am creating an application where I need to send an array of objects from server to the client side using RPC. the problem is I want the dataset to be broken into pages so that the user isn't overwhelmed with data. Does GWT provide any good approach to solve this problem, or should I