Thread
:
JSP exception errror
View Single Post
fahadcv
Newbie Member
5Apr2009,06:57
Hi
Replace line no 105 with below code
if(rs.getString(6) == null || rs.getString(6).equals("")){out.print("");}
Value may be null, so we need to check null also with empty string.
Hope it will help.