Re: NullPointerException on stockwatcher tutorial

2014-04-29 Thread Anda Roxana Nenu
You can try Run -> Configuration -> Servers -> Automatically chose an available port. It worked for me. I don't see the logic but I hope it will help you marți, 29 octombrie 2013, 11:34:09 UTC+2, Davide Micheletti a scris: > > Julio writes: > > > > > Hi, > > works for me. i insert the DIV ta

Re: NullPointerException on stockwatcher tutorial

2013-10-29 Thread Davide
Julio writes: > > Hi, > works for me. i insert the DIV tag into the html. > > Thanks. > Hi have the same problem.. In my html code i've and the null point exception still showing. How can i resolve it? Thanks -- You received this message because you are subscribed to the Google Groups

Re: NullPointerException on stockwatcher tutorial

2012-05-01 Thread Julio
Hi, works for me. i insert the DIV tag into the html. Thanks. -- 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 goo

Re: NullPointerException on stockwatcher tutorial

2012-03-05 Thread Venus
Eric writes: > > See my reply above. Basically you just need to add a div or something > with an id of "stockList" in war/StockWatcher.html > > On Feb 14, 8:10 am, iuiz wrote: > > I got the same problem running the tutorial under ARCH Linux with > > Eclipse Helios, but without the App Engine.

Re: NullPointerException on stockwatcher tutorial

2011-02-15 Thread Eric
See my reply above. Basically you just need to add a div or something with an id of "stockList" in war/StockWatcher.html On Feb 14, 8:10 am, iuiz wrote: > I got the same problem running the tutorial under ARCH Linux with > Eclipse Helios, but without the App Engine. However I use gwt-2-2-0. --

Re: NullPointerException on stockwatcher tutorial

2011-02-15 Thread Eric
Never mind! I got it. The HTML was wrong indeed. The tutorial isn't very clear. The code they give you has RootPanel.get("stockList").add(mainPanel); So the code was looking for any HTML element with an id of "stockList". The html created automatically doesn't have any HTML element with that id,

Re: NullPointerException on stockwatcher tutorial

2011-02-15 Thread Eric
You're right. The html is wrong, but I'm not sure how to fix it. The tutorial (http://code.google.com/intl/en/webtoolkit/doc/latest/ tutorial/buildui.html) doesn't mention anything about it. I'm using the html generated automatically. Any suggestions on how to fix it? I don't understand exactly

Re: NullPointerException on stockwatcher tutorial

2011-02-15 Thread iuiz
I got the same problem running the tutorial under ARCH Linux with Eclipse Helios, but without the App Engine. However I use gwt-2-2-0. -- 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@

Re: NullPointerException on stockwatcher tutorial

2011-02-15 Thread Basdl
Hi, try to debug the problem in development mode. If RootPanel.get("stockList") supplies null then your html may be wrong. When the exception occurs while calling add mainPanel might be null (don't know if this is permitted). Best regard, Basdl On Feb 13, 10:10 am, Eric wrote: > Hi! I'm new to

NullPointerException on stockwatcher tutorial

2011-02-13 Thread Eric
Hi! I'm new to GWT. I'm working on the tutorials and I'm stuck on Step 3 (http:// code.google.com/intl/en/webtoolkit/doc/latest/tutorial/buildui.html) I have all the code copied, but when debugging as Web Application I get a NullPointerException no matter what browser I'm using. The problems seems