Re: RequestFactory: Share a method between the client and the server

2012-02-12 Thread Jakob Mar
Hello, I do it like this: public interface IMyObject{ public int getA(); public int getB(); } public class MyObject implements IMyObject{ } public interface MyObjectProxy extends EntityProxy,IMyObject{ ... } public static int sum(IMyObject domain){ return domain.getA() +

Getting length of TextBox value during key event?

2012-02-12 Thread rl
During a key event (down,press or up), is there a way to get the length of the TextBox as it is being modified? The value isn't updated until the input is accepted so I can't just use getValue().length(); For example, if the value is HELLO (length of 5 characters) and the user presses the

NullPointerException when dealing with HashMap and AutoBean

2012-02-12 Thread SaWo
Hi Guys, I have some problem when decoding some JSON data using the AutoBeanCodex. I have an AutoBean that contains getters and setters for some privitive types and also for some Map too. When i deserialize a json with the AutoBeanCodex, i can deserialize the primitive types without any problem,

GWT project not working in chrome

2012-02-12 Thread SathiyaRaj Subbu
Hi... I'm new to gwt. now i'm doing my final year project in java with gwt using eclipse and mysql db. My project is working in firefox fine but not working in chrome. While running project in chrome it giving list of errors. Plz can anyone help me. Thanks in advance Sathiya -- You received

GWT DEveloper Plugin for Chrome

2012-02-12 Thread Ragsh
Hi All, I am using GWT for the first time. I created project in Eclipse after installing the relevant plug-ins. When I Run the application. The Sample page is not running in any of the browsers. It is asking me to install the GWT Developer plug-in. After installin it always goes to the page that

Re: GWT DEveloper Plugin for Chrome

2012-02-12 Thread Thomas Broyer
Have a look at http://code.google.com/p/google-web-toolkit/wiki/TroubleshootingOOPHM And do not hesitate to come back here if that doesn't help. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

gwt

2012-02-12 Thread Amrutha Thomas
I wish to deselect an already selected row and remove a selected row on a Flextable. For example, a user comes and selects a row, the selected row should highlight.If I select another row the row which I had selected before should deselect.Also i have add and remove buttons to add and remove

Mulitple pages using GWT

2012-02-12 Thread yashujn
Hi All, I devloped a webpage usign gwt in which few widgets are present now i want to one moroe page into my apllication but i dont know how to add it..can anybody guide me how to do it.. if my question is not clear plz let me know i need help urgently... -- You

Re: Mulitple pages using GWT

2012-02-12 Thread Amrutha Thomas
Can you make the question clear?? -- 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-toolkit@googlegroups.com. To unsubscribe from this group, send email to

Re: Mulitple pages using GWT

2012-02-12 Thread yashujn
I devloped a webpage which xactly looks like igoogle page in my page 4 wdigets are presents and all are take latest updates using rss feed... in left hand side of my page i gave 4 button for those 4 widgets by clicking on those button widget will open in full screen mode(xactly like

Re: Mulitple pages using GWT

2012-02-12 Thread Vasi Sándor
In the gwt world we usually don't navigate the user to new page, but instead replace the content of our container widget. E.g. You have two panels: one for the navigation buttons and an other for the page content. You can replace the content easily in the page content containing panel by