Re: Re: error page

2006-05-20 Thread Hassan Schroeder
On 5/20/06, Zohar Amir <[EMAIL PROTECTED]> wrote: JSP2 should display the exception's message. What is this "show friendly (sic) messages" threshold?" ? MS IE will show it's own "friendly" message instead of yours if the page size is less that some threshold value -- I forget exactly how big --

RE: Re: error page

2006-05-20 Thread Zohar Amir
JSP2 should display the exception's message. What is this "show friendly (sic) messages" threshold?" ? Thanks again, Zohar. > Date: Sat, 20 May 2006 11:25:44 -0700> From: [EMAIL PROTECTED]> To: > users@tomcat.apache.org> Subject: Re: error page> > On 5/18/06, Zohar <[EMAIL > PROTECTED]> wrote

RE: Re: error page

2006-05-20 Thread Zohar Amir
If anyone has an example I'd love seeing it... > Date: Sat, 20 May 2006 14:05:20 -0400> From: [EMAIL PROTECTED]> To: > users@tomcat.apache.org> Subject: Re: error page> > It could be that the > error page itself is throwing an error. Try using> an ultra-simple error > page.> -- > Len> > On 5/18

RE: Re: error page

2006-05-20 Thread Zohar Amir
all it does is put <%=exception.getMessage()%> I am a bit lost here. The way I set my error page is : errorPage="error.jsp" Should I use errorPage="/error.jsp" instead? Thanks for your reply, Zohar. > Date: Sat, 20 May 2006 14:05:20 -0400> From: [EMAIL PROTECTED]> To: > users@tomcat.apache.