Re: storeException from ExceptionHandler

2004-09-28 Thread Sebastian Ho
Nobody answered my mail yet and I got the solution, so here it is for those interested. overwrite storeException and set it into Global.ERROR attribute. On Tue, 2004-09-28 at 14:17, Sebastian Ho wrote: > Hi > > I can't get the storeException to work in my ExceptionHandler > implementation. > >

storeException from ExceptionHandler

2004-09-27 Thread Sebastian Ho
Hi I can't get the storeException to work in my ExceptionHandler implementation. I wish to print out ActionErrors onto the browser but the storeException only accept an ActionError parameter. How do I print multiple lines? Thanks Sebastian Ho -