Re: help on a servlet issue

2009-07-24 Thread Simon
:40 am, Rajeev Dayal wrote: > Can you post the code for the servlet you're trying to add? > Also, when you say that you added a new servlet for the setup module, what > exactly do you mean? How are you associating the servlet with your module? > > > > On Fri, Jul 2

help on a servlet issue

2009-07-24 Thread Simon
hi, sorry, I am a newbie on this. I used eclipse to create the project, and I added a new module called setup (so I have two modules) then I tried to add a new servlet for the setup module, but I got the following error message, if I add a servlet for the original module, it will be fine. GWT doc

setHTML is not working in Mozilla and Chrome

2009-07-20 Thread Simon
Hi all, i faced a problem with the following code, == output += ""; Iterator itr = hm.keySet().iterator(); NumberFormat changeFormat = NumberFormat.getFormat("#,##0.00"); while(itr.hasNext()){ String key = (St

Re: Ubuntu 9.04: com.google.gwt.core.client.JavaScriptException: (SyntaxError): syntax error

2009-07-20 Thread Simon
Bug found. I am using PrintWriter out = resp.getWriter() to generate the JSON data and return to the client code. I found that the JSON data received by client code consists of extra tag [{blak, blak, blak},]. So, i removed using the following replace function then the bug is fixed. json = json.r

Ubuntu 9.04: com.google.gwt.core.client.JavaScriptException: (SyntaxError): syntax error

2009-07-18 Thread Simon
] Uncaught exception escaped com.google.gwt.core.client.JavaScriptException: (SyntaxError): syntax error fileName: file:/home/simon/workspace/ReadMe/src/com/iselab/gwt/sample/ readme/client/ReadMe.java lineNumber: 383 stack: eval("[\n {\n\"source\": \"Hello world\",

Re: java.util.StringTokenizer; org.apache.commons.beanutils.BeanComparator; org.apache.commons.collections.comparators.ComparatorChain; java.io.FileInputStream;java.io.InputStreamReader; java.io.Rea

2009-06-25 Thread Simon
Thanks for reply. But is there any possible solutions if i still wan use certain function from those libraries? On Jun 25, 5:00 pm, gscholt wrote: > On Jun 25, 7:42 am, Simon wrote: > > > Dear all, > > > Is it all the listed libraries not supported by GWT? I got the er

java.util.StringTokenizer; org.apache.commons.beanutils.BeanComparator; org.apache.commons.collections.comparators.ComparatorChain; java.io.FileInputStream;java.io.InputStreamReader; java.io.Reader;

2009-06-24 Thread Simon
Dear all, Is it all the listed libraries not supported by GWT? I got the error that 'did you forget to inherit a required module'? Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolki

Google web tookit (GWT) - StockWatcher Application

2009-06-22 Thread Simon
Dear all, Good day. My question is how to align my application table to center as shown in http://iselabutm.appspot.com/? The problem occured in Chrome and Firefox only, Internet Explorer and Hosted Mode Browser is ok. Second question is my both web.xml and build.xml are error in eclipse. For bu

Re: Accent Agnostic SuggestOracle / SuggestBox

2009-06-22 Thread Simon B
tOracle implementation which makes me cringe a little. Thanks anyway for your suggestion. Anybody else got any ideas? Cheers Simon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" gr

Accent Agnostic SuggestOracle / SuggestBox

2009-06-21 Thread Simon Botting
this were it not for the fact that its internals are all private / friendly Any err... suggestions, or should I do a clean implementation for this requirement. Cheers Simon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

root path 1.5 to 1.6

2009-05-21 Thread simon
Our project in gwt 1.5 uses the following path http://server/entrypt/entrypt.html the new gwt 1.6 version wants to use http://server/entrypt.html how do we make 1.6 use the old path of http://server/entrypt/entrypt.html in the new war directory --~--~-~--~~~---~--~---

Apache JNDI dbcp connection pool working w/ GWT 1.6 and Oracle

2009-05-20 Thread simon
I hope i can save some people a little time... below is what is required to get Jetty and Apache JNDI dbcp connection pool working w/ GWT 1.6 and Oracle 1) these 2 jars are needed in the WEB-INF/lib directory, : jetty-plus-6.1.11.jar jetty-naming-6.1.11.jar 2) for the Apache dbcp connection poo

Opera Window Unload Event - bug / feature

2009-05-13 Thread Simon Botting
ork. is there a standard work around or should I just not rely on this event being thrown in the logic of my gwt app? I'm developing on ubuntu 7.10 / gwt 1.5.3 / intellij 8.1 Any relevant ideas / comments greatly appreciated, Cheers Simon --~--~-~--~~~---~--~~ Yo

Unable to find a usable Mozilla install on Linux

2009-04-17 Thread Simon
have also attempted adding /usr/lib/firefox to the mozilla- hosted-browser.conf Could it be that the version of mozialla firefox I have doesn't work? Please help me out. NB: Am using OpenSuse 10.3 (32-bit), Eclipse 3.4, Firefox 2.0.0.6 Thanking

Re: Hibernate4GWT with GWT 1.5 & Mysql

2009-02-18 Thread Simon B
ue Cheers Simon --~--~-~--~~~---~--~~ 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: Dialog Box HELP

2009-02-18 Thread Simon B
closed the DialogBox. I'm kind of reading through the lines of your question, so I may be completely mistaken, if so sorry for all this gumpf. Cheers Simon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google We

Re: NodeList does not extend Iterator

2009-02-02 Thread Simon B
a.awt.List / java.swing.JList, I'll check that out Simon On Feb 2, 6:38 am, Lothar Kimmeringer wrote: > Simon B schrieb: > > > I apologise if this is a stupid question, or If I'm missing something, > > but why doesn't > > com.google.gwt.xml.client.NodeList >

NodeList does not extend Iterator

2009-02-01 Thread Simon B
y added support for java 1.5 (generics enhanced for loop etc) Any answers very much appreciated Cheers Simon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this g

Re: GWT maps API

2009-01-04 Thread Simon B
Check out the gwt google maps page: http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-apis&t=MapsGettingStarted You need to download the maps api module on this page: http://code.google.com/p/gwt-google-apis/ this is the zip file (there's a tar.gz on the same page (right hand si

Re: IDE for GWT

2008-12-26 Thread Simon B
, although run hosted mode seperately against a custom tomcat install So my experience with Intellij has been very positive. Never used eclipse - so I can't comment. Simon --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

GWT compiler bug - javascript != java when method exists both on interface and superclass

2008-12-09 Thread Simon Vogensen
example code. Kind regards Simon Vogensen --~--~-~--~~~---~--~~ 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

Re: Download file with GWT

2008-09-11 Thread Simon Rydberg
I'm having the same problem.. I have a servlet that I make a POST ( I can't do a GET request because I send a lot of data to the servlet ) request with the RequestBuilder to the servlet and it recives all the data, creates, in my case an excel file and then the client recives the responce in a Req

Re: Problem with apache <- ajp -> tomcat

2008-09-10 Thread Simon Eichenauer
Yes, I do, why? By the way, I never realized they were there. As I said, one of the rpc calls, the one with the boolean value, works. On 10 Sep., 21:17, Folke <[EMAIL PROTECTED]> wrote: > Do you have the *.rpc files in the webapp's directory? > > On Sep 10, 4:26 pm, Simo

Problem with apache <- ajp -> tomcat

2008-09-10 Thread Simon Eichenauer
Hi, I have a GWT application that is working fine when it can connect directly to tomcat. Now I wanted to put tomcat behind apache. I configured apache so that it sends messages via ajp to tomcat. Unfortunately this way most types of rpc calls from the GWT clients fail. I have one rpc call that r

Re: Returning a file from an Java Servlet...

2008-09-08 Thread Simon Rydberg
On 8 Sep, 12:44, Folke <[EMAIL PROTECTED]> wrote: > > How do I accept the file on the client side so that the user can > > download the file or open it, just as an ordinary file-download... > > Use Window.open() to load the Excel file a new window. In the servlet > set the MIME-type to "applicati

Re: Returning a file from an Java Servlet...

2008-09-08 Thread Simon Rydberg
: 217) And ofcource no "Save file to" dialog is shown... How do I accept the file on the client side so that the user can download the file or open it, just as an ordinary file-download... /Simon On 6 Sep, 06:40, Folke <[EMAIL PROTECTED]> wrote: > On Sep 5, 2:43 pm, Si

Returning a file from an Java Servlet...

2008-09-05 Thread Simon Rydberg
ow. using gwt 1.5 What am I doing wrong? /Simon // xml format header1 header1 ... header1 header1 header1 ... header1 ... // file: ExcelFileCreator.gwt.xml // client side import com.google.gwt.http.client.*; import com.google.gwt.xml.client.Docume

<    1   2