GWT Internationlization

2012-04-21 Thread milind bhuktar
Hello All, I am new guy in gwt,I have did some basic project in GWT, and now I trying to do Internationalization in gwt. everything is fine Internationalization is done but it reload application,now my question is how to Internationalization without reload whole application . Thank ..to read

yuiiipmlM0 pdpl'm=?m

2009-12-22 Thread Milind Paltanwale
llp Sent from my iPhone -- 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...@googlegroups.com. To unsubscribe from this group, send email to

Re: FF vs IE, when dealing with Lists

2009-02-18 Thread milind
data structures. For displaying hierarchical data structures i initially went with Tree, but that was pretty slow for large no. of rows, so i simulated tree inside FlexTable using Click listener on (+/-) images. This works like a charm. Regards, Milind On Feb 18, 4:21 pm, Nick nickc...@gmail.com

OutOfMemory error while sending 10 MB data back in a RPC call

2009-02-12 Thread milind
. Please let us know if there is a way to resolve this problem in GWT 1.4.62. Regards, Milind --~--~-~--~~~---~--~~ 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

Re: OutOfMemory error while sending 10 MB data back in a RPC call

2009-02-12 Thread milind
I have implemented a work around to bring in the failed document via normal http post and that works fine. But any insight into the RPC failure and ways to fix that would be really great. Regards, Milind On Feb 12, 1:30 pm, milind mpaltanw...@gmail.com wrote: We are coming across OutOfMemory