Hi all
from web.xml I am trying to call servelt (home.java) which call to home.jsp.. thay displays some datacount and some list on
jsp.
after several refresh of ((home.page)) .......page cant display with error
java nullpointer exception on console
index.jsp--->servelt--->home.jsp( call to DBmethod from home.jsp for count=refresh multiple time)-->blank page.
Majore thing is on eclipse i see error that point to dbaccess.java and home.java servelet.
why its display data only few times and after that blank page
can anybody tell me whs the problem,