Re: displaying JSP errors on screen

2005-08-22 Thread Martijn Smit
Hi Ulrich, Indeed i do use tiles. I haven't tried a pure jsp as all my pages always descend from some base.jsp which is defined in my tiles-defs. Hmm, but this is something I can work with. Never thought that it could be the tiles plugin... Perhaps some property I can set in the definition or

Re: displaying JSP errors on screen

2005-08-22 Thread Ulrich Elsner
Hi, are you using tiles as well? I experienced the same problem some time ago, but only in tile-based .jsp, not in 'pure' jsp. I could not pinpoint the exact time when this started since I wasn't working on the display part at that time but one of the bigger changes I did shortly before I noticed

Re: displaying JSP errors on screen

2005-08-22 Thread Martijn Smit
Hi Frank, Thanks for your time. In fact the 'errors' I expect are mostly tags where the expected object cannot be found in any of the scopes. I used to get those "javax.servlet.jsp.JspException: Cannot find bean xyz in any scope" in my browser but since I switched to 1.2.x they are all silen

Re: displaying JSP errors on screen

2005-08-22 Thread Frank W. Zammetti
Hi Martijn, Struts doesn't inherently do anything (that I'm aware of at least) to stop JSP errors from being displayed in the browser... in fact it's kind of unlikely it could since it's more or less out of the picture by the time the JSP is executing (taglib code notwithstanding). Has anythi