Re: Google bot see my site with errors!!

2012-02-02 Thread Paolo
Alle mercoledì 01 febbraio 2012, Martin Grigorov ha scritto: > I guess lingue is null here, i.e. there is no "Accept-Language" header. > >> NPEs are easy to debug ;-) Thank you very much, I solved it by putting a if (lingua==null) { lingua = "0"; } before the line with NPE: if (lingua.indexOf("en

Re: Google bot see my site with errors!!

2012-02-01 Thread Martin Grigorov
On Wed, Feb 1, 2012 at 1:01 AM, Paolo wrote: > Alle martedì 31 gennaio 2012, Martin Grigorov ha scritto: >> What exactly is the code at: org.wicket.example.QuoteResult. >> (QuoteResult.java: 55) ? > > package org.wicket.example; > > import java.util.Locale; > > import javax.servlet.http.HttpServl

Re: Google bot see my site with errors!!

2012-01-31 Thread Paolo
Alle martedì 31 gennaio 2012, Martin Grigorov ha scritto: > What exactly is the code at: org.wicket.example.QuoteResult. > (QuoteResult.java: 55) ? package org.wicket.example; import java.util.Locale; import javax.servlet.http.HttpServletRequest; import org.apache.wicket.markup.html.WebMarkupC

Re: Google bot see my site with errors!!

2012-01-31 Thread Paolo
Alle martedì 31 gennaio 2012, Josh Kamau ha scritto: > Does your homepage constructor have any arguments? this is the first part of HomePage.java, with some omissis package org.wicket.example; import .. public class HomePage extends WebPage // implements java.io.Serializable { priva

Re: Google bot see my site with errors!!

2012-01-30 Thread Martin Grigorov
What exactly is the code at: org.wicket.example.QuoteResult. (QuoteResult.java: 55) ? NPEs are easy to debug ;-) On Tue, Jan 31, 2012 at 1:23 AM, Paolo wrote: > Google can't see my web site! > I tried to subscribe my site domain to some Google and Other company > services, i.e to be a publisher

Re: Google bot see my site with errors!!

2012-01-30 Thread Josh Kamau
Does your homepage constructor have any arguments? Josh. On Tue, Jan 31, 2012 at 2:23 AM, Paolo wrote: > Google can't see my web site! > I tried to subscribe my site domain to some Google and Other company > services, i.e to be a publisher > > I think that some bots see my site with errors!! In