Gwt validation

2013-03-20 Thread ravi kumar
Hi All, im trying to execute validation sample which is in gwt sdk itself...When i start the jetty server using maven like mvn jetty:run the server is displaying only welcom file.. Actual output it should ask username and validate nameIs anyone knows the answer please help me... --

Hyperlinks in a celltable column

2011-10-21 Thread Ravi
How to get hyperlinks in a celltable column ?? I mean in plain html we could do something like below (I want exact same result in gwt) - table tr td a href=something click me /a /td /tr /table -- You received this message because you are subscribed to the Google Groups

Fusion Charts

2011-08-02 Thread ravi kiran
HI.. I am using Fusion charts. When binding the data from javascript of page which consists of master page, ther's no problem in rendering the page bu the graph is displaying white screen. Could u please help me on this. -- You received this message because you are subscribed to the Google

Code editor Using GWT

2011-01-17 Thread ravi
Hi, I was planning to build a code editor using GWT , An editor which can compile and execute Java,C++,C code in the browser only.Have heard that we can compile code from a remote location and return the value to browser .Is it possible,if yes please give me starting point. Regards, Abhishek

GWT Indexing for search

2010-12-06 Thread ravi
Hi, I read in a blog that GWT websites are not shown in search results as they are not indexed by search engines.Is this true as i am planning to use GWT to develop a site for my business. Regards, Abhishek Ranjan -- You received this message because you are subscribed to the Google Groups

Re: How to send message from server to client without callback(RPC)

2010-07-14 Thread ravi kanth
http://www.gwtapps.com/doc/html/com.google.gwt.http.client.html On 15 July 2010 01:03, _MOD_ zeynelkan...@gmail.com wrote: Hi. I want to send string messages from my gwtserviceservlet to my entrypoint directly. I mean without sending any request from entrypoint to Servlet. Becouse i cant

Re: Available - GXT with GWT (on Eclipse) tutorial

2010-07-10 Thread Ravi kumar
tnx really this is good tutorial.. Regards, Ravi Kumar Chaurasia http://ravikumardk.blogspot.com/ Dept of Information Technology NIT,Durgapur On Sat, Jul 10, 2010 at 6:02 PM, raj r...@subramani.com wrote: After a lot of frustration and error/debug cycles, I came to grips with working

How to select a value from dropDown menu...

2010-07-06 Thread Ravi kumar
hi i have one application where i have dropdown(listBox) menu to select items. now i want to take those selected item and store it in datastore. how do i take those selected item in a variable so that i can store it in datastore? Regards, Ravi Kumar Chaurasia ravikumarchaura...@gmail.com http

GWT plugin is eclipse got disabled after update

2010-06-26 Thread Ravi kumar
hi, i just installed the SVN plugin in eclipse. after installing SVN plugin my GWT plugin got disabled in eclipse. any solution for this? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: GWT plugin is eclipse got disabled after update

2010-06-26 Thread Ravi kumar
-installing the disabled plugin helped in my case. (I don't recall whether GWT got disabled by SVN or vice versa.) On Sun, Jun 27, 2010 at 2:57 AM, Ravi kumar ravikumarchaura...@gmail.comwrote: hi, i just installed the SVN plugin in eclipse. after installing SVN plugin my GWT plugin got disabled

Re: GWT plugin is eclipse got disabled after update

2010-06-26 Thread Ravi kumar
/a9e4bebd6bf90624 :( I had lots of fun with Windows Vista UAC back then, I'm thinking it had something to do with it. I gave up and reinstalled Eclipse. On Sun, Jun 27, 2010 at 3:14 AM, Ravi kumar ravikumarchaura...@gmail.comwrote: I can not reinstall it. it is showing error. The error

GWT and HTML5 Features.

2010-06-25 Thread Ravi Sharma
(browser database) in GWT Thanks, Ravi. -- 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 google-web-toolkit+unsubscr

Re: unable to lode moduloe entry point class

2010-06-23 Thread Ravi kumar
Can any one help me i am new to the GWT. I just started it 2 days back and this is my first example tutorial and i am not finding any solution to this error . Tnx in advance Regards, Ravi Kumar Chaurasia Dept of Information Technology NIT,Durgapur On Tue, Jun 22, 2010 at 11:54 AM, Ravi Kumar

unable to lode moduloe entry point class

2010-06-23 Thread Ravi Kumar
Unable to load module entry point class 11:29:28.742 [ERROR] [stockwatcher] Unable to load module entry point class com.google.gwt.sample.stockwatcher.client.StockWatcher (see associated exception for details) java.lang.NullPointerException: null at

Re: unable to lode moduloe entry point class

2010-06-23 Thread Ravi kumar
, Ravi Kumar Chaurasia Dept of Information Technology NIT,Durgapur On Tue, Jun 22, 2010 at 12:44 PM, Ravi kumar ravikumarchaura...@gmail.comwrote: Can any one help me i am new to the GWT. I just started it 2 days back and this is my first example tutorial and i am not finding any solution

Re: History and server call.

2010-06-18 Thread Ravi Sharma
Event), no controller and no presenter. Does it make sense? Ravi. -- 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

Re: History and server call.

2010-06-17 Thread Ravi Sharma
switch view only when ready pattern but if its present in 2.1 then i would love to use it instead of writing my own. Thanks, Ravi. On Jun 17, 10:59 am, Thomas Broyer t.bro...@gmail.com wrote: On 16 juin, 15:31, Tristan tristan.slomin...@gmail.com wrote: sounds like you're reinventing

Re: History and server call.

2010-06-17 Thread Ravi Sharma
was as if server has returned) happy coding guys. Feel free to comment. Thanks, Ravi. On Jun 17, 1:45 pm, Tristan Slominski tristan.slomin...@gmail.com wrote: here's an example i wrote that walks through place service, hope that helps with place service concepts. note that I got

Re: History and server call.

2010-06-16 Thread Ravi Sharma
Event bus looks to be promising and can solve this problem. Will try it and see how much it can help. But first need to use MVP in my project Thanks Ravi. On Jun 16, 2:23 am, fmod francisco.mode...@gdsoft.eu wrote: Using the event bus may help there.http://code.google.com/events/io/2009

Re: Failure creating a timer in ServerImplementation

2010-06-16 Thread Ravi Sharma
in. Ravi. On Jun 16, 10:22 am, uwi_u uwe.chris...@gad.de wrote: It indeed was the reason. No GWT-Client-Code in ServerImplementation. Sounds sane ;-) On 15 Jun., 16:39, uwi_u uwe.chris...@gad.de wrote: A. I guess it's the following: I included com.google.gwt.user.client.Timer

Re: GWT and Internet Explorer Mixed Content Security Warning

2010-06-07 Thread Ravi
We are having same issue too. On Apr 20, 6:21 am, Ferdie ferdie.danzf...@gmail.com wrote: We are having the same problem. On Apr 9, 5:44 pm, Khan khan.mich...@gmail.com wrote: Currently my team of developers are experiencing an issue with Internet Explorere 7 and 8 with our GWT

any prettier skins available for GWT

2010-04-26 Thread Ravi
Is there any skins available for GWT that make it look nicer? I like the looks of SmartGWT but would like to continue to use GWT for long term stability. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Fileupload question

2010-02-17 Thread Ravi
Hi, I am new to GWT and facing problem with Fileupload. I have a form which has multiple rails. In one of the rail, there is a form which has Fileupload widget. The form has button, which on click is supposed to send the file details to the servlet. In the servlet code, multipart is false ,

Re: How can I add a MouseOutHandler to a FlexTable cell?

2009-06-16 Thread Ravi
How to find out the row number on which mouseEvent has occured(in Kelo's example)??? On Jun 13, 2:19 am, Kelo mcac...@gmail.com wrote: Hi Eduardo,      Here's your solution: public class BocaJrsTable extends FlexTable implements HasMouseOutHandlers {         private HandlerManager

Re: async code and the callback-chain

2009-06-12 Thread Ravi
. But definitely asynchrnous call WILL not give you stack overflow. It must be your code somewhere. Ravi On Jun 12, 2:14 pm, daniel d.brelov...@googlemail.com wrote: hi all, I hope someone can help to find a solution to the following problem: I have some complex code that may need data from

Re: GWT and charts

2009-03-23 Thread Ravi Mundoli
If you can live with somewhat not-so-sexy graphs (especially pie charts), GChart (http://code.google.com/p/gchart/) is pretty easy to integrate into a GWT app. Ravi On Mar 23, 2:01 pm, robinson jaisj...@gmail.com wrote: This still mentions of using script type=text/javascript src=http

GWT Checkbox styling not working on latest FireFox 3

2009-03-09 Thread Ravi
); .keywordSearchPanel-CheckBox { padding: 20px; color: #054768; font-family: Tahoma, Lucida Sans Unicode, Lucida Grande, Arial, Verdana, sans-serif; font-size: 11px; } Has anyone faced this issue before ? Any insight on how to ger around this problem is helpful. thanks Ravi

Effect of using implementations rather than interfaces in client data model

2009-01-15 Thread Ravi M
to the data } help in any way? AFAIK, the @gwt.typeArgs annotation has to do _only_ with RPC for GWT serializable objects and remote interfaces. Thanks and regards Ravi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

Re: Left or Right arrow Key press doesn't work for Textbox inside a TreeItem in GWT 1.5

2008-12-09 Thread Ravi
Fixed it with the following:- public void onKeyDown(Widget sender, char keyCode, int arg2) { if ((keyCode == KEY_LEFT || keyCode == KEY_RIGHT ) (sender instanceof TextBox)) { DOM.eventCancelBubble(DOM.eventGetCurrentEvent(), true); } } On Dec 8, 5:25 pm, Ravi [EMAIL

Left or Right arrow Key press doesn't work for Textbox inside a TreeItem in GWT 1.5

2008-12-08 Thread Ravi
in case of left arrow key press while nothing happens for right key press event. So, i would like to know if there is any such limitations for the textboxes added into treeitem. Can someone please provide help on this. Thanks, ravi --~--~-~--~~~---~--~~ You

Re: Exception handling in GWT Service

2008-11-26 Thread Ravi M
to retrieve the exception message in the client, or find out what the cause was. Which is when some digging around revealed that if you want to send the exception over the wire, it has to be a GWT SerializableException. This is with 1.4.6x, of course this may have changed in 1.5.x, I am not sure. Ravi

Re: Exception handling in GWT Service

2008-11-25 Thread Ravi M
to the user, // or handle however you want to. } }; This should work, there may be some overkill in this though. All this is GWT 1.4.6x, I'm not sure if any of this has changed in 1.5.x. Hope this helps Ravi On Nov 26, 1:08 am, satya [EMAIL

Re: Exception handling in GWT Service

2008-11-25 Thread Ravi M
:32 am, Ravi M [EMAIL PROTECTED] wrote: Satya, The following should work. 1. Declare your RPC exception like so: public class MyRPCException extends SerializableException {     public TrackerRPCException() {         super();     }     public MyRPCException(String message

Re: Client Side Checked Exceptions

2008-10-28 Thread Ravi M
IsSerializable and couldn't be caught with the correct type in onFailure(). Anyway, looks like you fixed your problem regardless, so I will cease and desist. Regards, Ravi On Oct 21, 9:13 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Sorry lothar. to answere your first question, it isnt being caught at all

Re: RPC + Serializable objects

2008-10-26 Thread Ravi M
, maybe even what you're looking for. Regards Ravi On Oct 27, 1:27 am, Suri [EMAIL PROTECTED] wrote: Hey Ravi, Thanks for the detailed input. I should have updated this for everyone's benefit and I'll try to get into that habit. Much like you mentioned, I found that XmlBeans would not be a viable

Re: RPC + Serializable objects

2008-10-25 Thread Ravi M
that the serializability in question is GWT serializability. There's a slight danger that if Serializable becomes the marker interface of choice widely, people might start assuming that all java.io.Serializable objects are GWT serializable. Ravi Apart from this, XML Beans generated code for XML schema d On Oct 17, 6