Click event for custom cell renderer (HyperlinkCell) for CellTable isn't firing.

2010-12-28 Thread Ketan Shah
Greetings, I have created a custom hyperlinkcell column renderer for celltable widget. Source can be found here http://pastebin.com/hM7rg4tFhttp://pastebin.com/hM7rg4tF The hyperlink displays alright but the onBrowserEvent isnt being fired at all. I have added super(click) on my constructor

Re: Click event for custom cell renderer (HyperlinkCell) for CellTable isn't firing.

2010-12-28 Thread Ketan Shah
: @Override AFAIK is a jdk 1.6 feature. Can u see your project Compiler settings in Eclipse. Set it to follow 1.6 conventions. Your code looks alright to me.. HTH. Thanks, Subhro. On Tue, Dec 28, 2010 at 3:20 PM, Ketan Shah ketan.s...@gmail.com wrote: Greetings, I have created a custom

Re: Click event for custom cell renderer (HyperlinkCell) for CellTable isn't firing.

2010-12-28 Thread Ketan Shah
@Nirmal: I did exactly that. @Thomas: I am using 2.1.1 The issue was actually the import statement. I was importing from com.google.gwt.user.client.Element; when I should have been importing from com.google.gwt.dom.client.Element; Thank you all for your prompt responses. Regards, -Ketan. On

Re: REQUEST BUILDER + JSON OBJECT + PHP SERVER SIDE LANGUAGE

2010-10-07 Thread Ketan Shah
try trasmettiJSON.setHeader(Content-Type,application/x-www-form- urlencoded); On Oct 7, 1:58 am, Alessio unibs cecchia...@libero.it wrote: Hi, i have problem by using gwt requestbuilder to make http request with json object in body messages. In the server side code, i use php, but when i try

Re: GWT Newbie:: devmode (same origin policy) with PHP REST backend

2010-09-10 Thread Ketan Shah
at 11:00 AM, Ketan Shah ketan.s...@gmail.com wrote: Hi All, I am in process of exploring GWT as a potential candidate for my REST based API developed in PHP (served via nginx and php-fpm). The devmode startsup gwt server at port while I have my backend  at port 8080. I am trying

GWT Newbie:: devmode (same origin policy) with PHP REST backend

2010-09-09 Thread Ketan Shah
Hi All, I am in process of exploring GWT as a potential candidate for my REST based API developed in PHP (served via nginx and php-fpm). The devmode startsup gwt server at port while I have my backend at port 8080. I am trying to use RequestBuilder but I dont want to use *jsonp* since I