Hello On an error jsp page, i get from a bean a collection of messages send by the process which lead to the error. One of the informations is the Throwable which produced the error.
I want the jsp to show the stack trace. I tried to use <bean:write name="error" property="throwable"/> (which call error.getThrowable()) But all i get is the throwable message, not the stacktrace. I saw bean:write uses the propertyeditor of the property to render it's output. My question is, how can i register a propertyeditor for all Throwables so i can implement the getAsText() method? Thanks for help. -- David Delbecq Royal Meteorological Institute of Belgium --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]