• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to handle tiles-kind of Runtime Exception in Struts Application

 
Ranch Hand
Posts: 225
Spring Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Season Greeting!

I am having one problem in my Struts Application,in which we are using Tiles.

Problem:
Whenever any runtime error/exception occured,it unfortunately displays the system details with application architecture, like:ServletExceptionur jsp name with path etc.

I would like to hide the details and display custom message...

Since we are using Tiles feature for inserting jsp page...Unable to resolve it.

Please suggest how to track this.in case we got runtime error on jsp page which gets inserted thru Tiles configuration.


--------------
Regards
Baseet Ahmed
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic