DateTimeFormat

2011-01-19 Thread Sreekanth Nambiar
Hi, DateTimeFormat.getFormat("MM/dd/").parse("10/01/2001") is giving me a Date object which contains local time zone. When i pass this object to server which is in other timezone the date is getting converted. How can i ignore the timezone while parsing Date. Thanks Sreekanth -- You rec

FileUpload - Widget - Not giving full path in FireFox

2010-12-20 Thread Sreekanth Nambiar
Hi, I know this is a security feature in firefox. I am trying to save the full path of a file in to database. Is there any hack with which i can get the full file path in firefox? Thanks Sreekanth -- You received this message because you are subscribed to the Google Groups "Google We

File upload

2010-11-27 Thread Sreekanth Nambiar
Hi, What is the best approach to upload a file? 1. Is it mandatory to submit the form? How should i implement the Remote Service in this case? 2. Can i upload the file with an asynchronous call? What should be the input parameters to the Remote service method in this case? Can anybody help me

Integrating GWT Test cases in to Ant build

2010-11-23 Thread Sreekanth Nambiar
Hi, Do anybody have sample code to demonstrate how GWT test cases can be integrated in to Ant build script? Thanks Sreekanth -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...

GWT - logging

2010-11-10 Thread Sreekanth Nambiar
Hi, I am new to GWT. Started developing few pages. Now comes the question of logging. So what should be my approach on logging. I got to know i can use GWT.log() or an asynchronous call to the server to log. What is the best approach. Can i log to a file in the server using GWT.log()? How effic

Page Navigation and Unique URLs

2010-11-02 Thread Sreekanth Nambiar
Hi All, Due to many reasons i need unique URLs to each page and i don't want to load all the panels and frames to the same page. How can i achieve this in GWT. I understand GWT talks about loading different panels on the same page and hiding and showing them as per requirement. That is