| Author |
org.apache.jasper.JasperException: java.lang.NullPointerException when JSP page refreshes
|
Laxman Chowdary
Greenhorn
Joined: Apr 11, 2012
Posts: 21
|
|
In my jsp page some pure java code there i.e, scriptlet. After a long time when refresh it then it is throwing
org.apache.jasper.JasperException: java.lang.NullPointerException
sometimes not for a long time also it is throwing same Exception. and the JSP page is displaying empty page. So the user have only one option is Logout. So to avoid that and redirect him to one page that is error page. How to do it??
Any idea???
|
 |
Palak Mathur
Ranch Hand
Joined: Jan 29, 2007
Posts: 303
|
|
Laxman Chowdary wrote:In my jsp page some pure java code there i.e, scriptlet. After a long time when refresh it then it is throwing
org.apache.jasper.JasperException: java.lang.NullPointerException
sometimes not for a long time also it is throwing same Exception. and the JSP page is displaying empty page. So the user have only one option is Logout. So to avoid that and redirect him to one page that is error page. How to do it??
Any idea???
I think you want to set the @errorPage attribute in the page directive:-
Something like this:
|
Palak Mathur | My Blog | TechJaunt | What is JavaRanch? | List of All FAQs
|
 |
 |
|
|
subject: org.apache.jasper.JasperException: java.lang.NullPointerException when JSP page refreshes
|
|
|