Need to present errors nicely to the user.
Most likely this will be when SQL errors are thrown. The user needs to be able to see the body of the error and a way to go back a step. This presents a difficulty as the bookmark/trail is hardcoded. |
|
Comment by bayard [ Wed, 29 Dec 2004 09:59:56 -0800 (PST) ] |
| Included with this is when a report returns nothing. Need a nice 'there was no data' page. |
|
Comment by bayard [ Mon, 10 Jan 2005 10:37:53 -0800 (PST) ] |
| Exceptions are now handled in a jsp page. Needs more work to allow the owner of a report to be mailto'd automatically. This needs an owners.xml file to exist etc. |
|
Comment by bayard [ Thu, 3 Feb 2005 12:40:40 -0800 (PST) ] |
| Mailto stuff partly done. owners.xml still needed. |