Re: need a class which can be used on server as well as client.

2011-09-12 Thread doles
ty. i will try this. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Aah9T6ssM6YJ. To post to this group, send email to

need a class which can be used on server as well as client.

2011-09-10 Thread doles
Hello, I am writing a new project from ground up and need internationalization on both client and server side. for my domain objects that are serialized on the wire, i would like to use values from the message resource files. it is very convenient that i can use the same .properties files on

Re: need a class which can be used on server as well as client.

2011-09-10 Thread doles
mainly because those string values are being used as keys for manipulating the data. so, if a table has a column whose header name is Fraud Count, we want to use the string Fraud Count as a key. maybe I could re-think that design, but for now, i am hoping to make gwt compile my code as it is.

What is the relation of this's lifecycle to a javascript object lifecycle?

2011-08-30 Thread doles
Sorry if the question was confusing. I am writing an JS overlay type library to our pre-existing javascript and have this question. I have a public static native MyJSObject create() method in my class that extends JavaScriptObject. All works great. My question is what should i be really

Re: What is the relation of this's lifecycle to a javascript object lifecycle?

2011-08-30 Thread doles
another related question: is the this inside a JSO always a brand new object or does GWT re-use an instance whose lifecycle it tries to maintain? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

strange: same erasure but does not override hence Unresolved compilation problem

2011-08-25 Thread doles
Hello, I have an RPC service that fails at run time due to an error that i did not expect the occur. Strangely, i dont know what I am doing wrong here. The error message and my code is as follows. The only generic I have is the AsyncCallback method param. And when i take out that generic from

nothing visible in IE8 while it all looks good in FF and Chrome

2011-02-04 Thread doles
Hello, I have a UiBinder based layout and it looks and works great in FF and chrome. However, in IE8, i cant see anything except the background. In IE8's developer tools, I can see all html and can also see borders when i hover over the HTML in those tools. however, it shows nothing except the

serializing classes in GWT w/o source code

2010-09-21 Thread doles
Hello! So, I have a GWT app that uses a domain object model from another project library within our company. This domain object model is distributed as a library file and no sources are normally available. The domain object model is serialized and all that is good so, my IDE does not complain

custom return objects from GWT servlets?

2010-05-24 Thread doles
of the need to compile from a typed java language to a typeless javascript language... I am curious thats all. Thanks! Doles -- 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

suggest box - how to override default behavior

2010-05-20 Thread doles
Hello Team, I cant find my initial post on this topic, so this might be a re-post for some of you. I have a SuggestBox in my gwt app that needs to add an additional parameter to the request that is sent to the server for auto- completion. How can i do this? There is no method to add additional

suggest box - how to override default behavior

2010-05-20 Thread doles
Hello Team, I cant find my initial post on this topic, so this might be a re-post for some of you. I have a SuggestBox in my gwt app that needs to add an additional parameter to the request that is sent to the server for auto- completion. How can i do this? There is no method to add additional

suggest box - how to override default behavior

2010-05-20 Thread doles
Hello, I sent a message to this group with the same subject as this message... I do not see my message from this morning on the group... How do I reach out to the group if my new message does not make the moderation cut? Please help. Sachin Dole -- You received this message because you are

suggest box - how to override default behavior

2010-05-20 Thread doles
Hello All, I am learning GWT and loving it too. In my app, I have a suggest box that needs to query the server for its suggestions. I have it working great when the query to be sent to the server is the text in the input box alone... however, i dont see any way to tack on an additional parameter