On Tue, 5 Apr 2005 10:45:59 -0600, Joe Germuska <[EMAIL PROTECTED]> wrote:

There's really not much Struts can do at this point, because control has been transferred to the JSP.

Yeah, thought that might be the case.

About the best you can do is judicious application of the JSTL c:catch tag.

That may well do the trick. At least, it gives me something to look at.

In this case, you could also use c:out instead of bean:write and at least it wouldn't throw an exception; it would just not include any content.

Fair comment: it was a quick hack to generate some error text.

Actually, at this point in development, it's quite convenient having exceptions thrown in *my* browser, because it's an indication that I've made some kind of mistake. But it's a bit nasty to pass on to the users.

--
Tommy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to