• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Handle Exception in Jsp

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good Afternoon in my timezone.

I am using struts framework in my Web App development. I had parametrize the exception handling in the struts-config.xml file :



And in the globalError jsp i have the following page directive



When i try to get the message from the exception object , it tells me that the exception object is null.



Why is this happening ?

Thanks in advance.
Best regrads
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic