gnanesh
09-11-2003, 07:46 AM
folks
I have the following code
if(changedString == null || changedString.length() == 0){
changedString =" ";
}
where changedString is getting value from the database, Here i am checking for null or length == 0 on changedString , i need to display a blank value in JSP, Let me know how do i do this
thanks
km
I have the following code
if(changedString == null || changedString.length() == 0){
changedString =" ";
}
where changedString is getting value from the database, Here i am checking for null or length == 0 on changedString , i need to display a blank value in JSP, Let me know how do i do this
thanks
km