Advanced GWT components

2010-10-28 Thread Vibhuti Gupta
Hi I am trying to use DatePicker of advanced GWT components library. The calendar displays but the css does not get applied. As per the instructions on the link: http://advanced-gwt.sourceforge.net/quickstart.html, I have included following line in my application's gwt.xml file But this does not

Creating a JSON object in GWT

2010-10-21 Thread Vibhuti Gupta
Hello I need to create a json object in GWT. I was trying to create a JSON object using XMLSerializer but it does not work in GWT. Any ideas on this... Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send em

Re: Refresh and back button not working

2010-10-21 Thread Vibhuti Gupta
). > > > > http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsHist... > > > > Works really nicely. I've not played with it yet but higher level > > support in 2.1 > > > > On Oct 15, 8:32 am, Vibhuti Gupta wrote: > > > > >

Wrapping data with spaces in table cell

2010-10-15 Thread Vibhuti Gupta
Hello I am new to GWT. I am using CachedTableModel to render my table. And for rendering data in columns I am using AbstractColumnDefinition. I need to wrap the data in my table cell. Any ideas as to how to wrap data in table cell or to set column width in a way that it adjusts to the data size.

Refresh and back button not working

2010-10-15 Thread Vibhuti Gupta
Hi When I refresh any page in my GWT application it loads the login page as the browser URL does not change. Also clicking back button of the browser loads the login page. I need a way to load the page i am currently on when user refreshes the page instead of login page getting loaded. Anyone has