hi
Do suggest wwr's problem/
Y control is not entering if statement
String city=request.ge tParameter("Cit y"); //line 1
if (city== "Finddata" )
{
...............
.........
}
And city has value "Finddata" only.
wen i comment line 1 and write String city="Finddata" , it works fine.
Were can b the prob
Thanks'
Atul'
Do suggest wwr's problem/
Y control is not entering if statement
String city=request.ge tParameter("Cit y"); //line 1
if (city== "Finddata" )
{
...............
.........
}
And city has value "Finddata" only.
wen i comment line 1 and write String city="Finddata" , it works fine.
Were can b the prob
Thanks'
Atul'
Comment