Getting ClassFormatError

2009-04-28 Thread Subbu
Hi All I am getting the following error in hosted mode GWT 1.6.4 [ERROR] Failure to load module 'searchui' java.lang.ClassFormatError: Name index 18176 in LocalVariableTable has bad constant type in class file org/eclipse/jdt/internal/compiler/ codegen/CodeStream at java.lang.ClassLoader

Re: Getting ClassFormatError

2009-04-29 Thread Subbu
GWT team Any pointers on this issue, not able to compile GWT project. Getting below exception during compilation. Not able to figure out from the trace how to fix this issue. Cheers Subbu On Apr 28, 10:51 pm, Subbu wrote: > Hi All > > I am getting the following error in hosted mode

Re: Getting ClassFormatError

2009-04-30 Thread Subbu
GWT eclipse plugin got corrupted, not sure how it happened. i reinstalled it and issue got fixed Cheers Subbu On Apr 29, 10:09 am, Subbu wrote: > GWT team > > Any pointers on this issue, not able to compile GWT project. > Getting below exception during compilation. > Not abl

JSF with GWT

2009-05-28 Thread subbu
Is it possible to integrate jsf with GWT.If so please provide some useful links. --~--~-~--~~~---~--~~ 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@goo

Re: JSF with GWT

2009-06-02 Thread subbu
t; and "GWT" and found a number of interesting > links.  Give G4jsf a look. > > Later, > > Shaffer > > On May 28, 7:44 am, subbu wrote: > > > Is it possible to integrate jsf with GWT.If so please provide some > > useful links. --~--~-~--~-

Calling java scrip function

2009-06-02 Thread subbu
How can we call a java script function on GWT click event,I mean clicking on a button how can we execute a java script code.Is there any example. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" gr

Calling java scrip function

2009-06-03 Thread subbu
How can we call a java script function GWT components event,such as click --~--~-~--~~~---~--~~ 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@googlegroup

Data base exception in GWT

2009-06-08 Thread subbu
Hi all,. I am getting the Following exception in my eclipse IDE javax.naming.InitialContext is not supported by Google App Engine's Java runtime environment while using the Following code. public static Connection openConnection(String jndi) throws NamingException, SQLException {

Is it possible to call a model class method from an entry-point class of gwt

2009-06-09 Thread subbu
Hi all, I want to call my model class method from an entry point java code.Such as i want to call a method on the click event of a button that will save some data to the db.Is it possible with out RCP.Some thing like the following. Button iconButton = new Button("Save", new ButtonLi

Is it possible to call a model class method from an entry-point class of gwt

2009-06-10 Thread subbu
Is it possible to call a model class method from an entry-point class of gwt --~--~-~--~~~---~--~~ 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@googlegr

Is it possible to get a GWT hidden value in java script

2009-06-10 Thread subbu
Is it possible to get a GWT hidden value in java script function --~--~-~--~~~---~--~~ 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

Activation of Minimised firefox browser

2010-05-26 Thread Subbu
problem with Gwt in firefox. Thanks in advance. br Subbu. -- 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

No source code is available for type java.util.Locale

2009-07-03 Thread subbu
Hi All, While using java.util.Localle package i am getting the following error.No source code is available for type java.util.Locale.Is it possible to add add java.util.Calendar in my module. Thnks and Regards, Subash --~--~-~--~~~---~--~~ You received thi

Getting file size in client side

2009-12-08 Thread subbu
Hi all, I am using a fileupload component in my apps.like final FileUpload fileUpload = new FileUpload(); uploadFormPanel.addButton(new Button("upload", new ButtonListenerAdapter() { public void onClick(Button button, EventObject e) {

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 th