No programmer, no matter how good he or she is, writes bug-free code all the time. (I can attest to that!) And so, most programming languages come with built-in capabilities to catch errors and take remedial action. Well JSP technology is no different. This article written by Vikram Vaswani and Harish Kamath Melonfire (uh, yeah) dives into Exception handling and basic usage of Beans in JSP files. It's quite helpful for someone with little to know experience with JSP's. http://www.devshed.com/Server_Side/Jserv/JSP7/
Comments
Re: Quick and Dirty <i>(just the way I like it)</i>
very nice post, this is exactly how i like to do jsps, with external beans, not really a revelation, but without jsp is simply ugly.
thanks for the post ol reebs!