vinays84
03-12-2007, 11:13 AM
I am building a multi page webapp with many features (thus lots of java). I am not using any framework (Struts, JSF), but rather just building JSPs. Knowing this, what would be the best way of handling server side errors (exceptions). Is it common practice to put the body of every page in a try catch statement? While that might be a little tedious, its seems a better alternative than checking for an error after every server call (of which there are many). Please impart into my cluttered soul some proper technique! Thanks!