View Single Post
Old 04-19-2004, 07:07 AM   #6 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
so then to do what i was explaining, maybe try this?
Code:
if(input == null){
  input = "";
}

if(input.trim().equals(""))
{
  out.println("Please enter a name.");
}
__________________
Mike
sde is offline   Reply With Quote