On Mon, Apr 27, 2009 at 11:36 AM, Rajneesh Kumar <[email protected]> wrote: > Hi Robert, > > > > Thanks for suggestion… > > Now its running. But not processing correctly. > > > > Please see the code snap below: >
> if (result == null) {
>
> System.out.println("Weather didn't initialize!"); // I am
> getting this message means result object is not initialized.
>
> return;
>
> }
>
Do mean the result is null ? Look at the logs from your servlet
container for clues - particularly Exceptions.
- R
