Re: Sending long parameter via cross-site JSON

2009-09-28 Thread Hlunboi
3, Ben wrote: > > Is it possible to move this into body instead of put it in parameter? > > I think that is a good way to go. > > > > On Sep 26, 12:57 am, Hlunboi wrote: > > > > > Hi, > > > I have similar requirement. Anyone who im

Re: Sending long parameter via cross-site JSON

2009-09-25 Thread Hlunboi
Hi, I have similar requirement. Anyone who implement this? Regards Hlun On Thu, Sep 24, 2009 at 5:36 PM, Gintare Ragaisiene < gintare.ragaisi...@gmail.com> wrote: > > Hello, > > I'm developing GWT UI that talks with my server via JSON. I do > access of service by passing url like this : > > htt

Not able to get data from server using cross site communication

2009-09-13 Thread Hlunboi
Hi Am not able to get data from server using cross site communication. Below is my function to connect to the server. The code is not able to create the callback function on the window object. Could someone please let me know what is wrong with my code? Regards Hlun =

Re: Deploy RCP in a subdomain

2009-09-11 Thread Hlunboi
I have access restriction to the whole site. my application should run only from www.gwt.mysite.org. Is there any solution for accessing through sub domain. -hlunboi On Fri, Sep 11, 2009 at 8:09 PM, Jason Essington wrote: > That violates SOP (Same Origin Policy) so your browser won'

Deploy RCP in a subdomain

2009-09-10 Thread Hlunboi
Hi I want to deploy my GWT RCP application in subdomain of my website. Example: I have a website www.mysite.org and would like to deploy my GWT so that i can access using my subdomain www.gwt.mysite.org Could someone explain how to deploy in a subdomain? Regards Hlun --~--~-~--~~---

Text wrap for gwt tree

2009-09-05 Thread hlunboi
em); What do i have to do so that the verylong line of text will wrap and fit in 250px. The tree should not increase it width when i expand the tree. Regards Hlunboi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups