Re: JXTemplateGenerator and exceptions

2004-01-27 Thread Christopher Oliver
Can you provide an example stack trace? AFAIK JXTemplateGenerator wraps an exception it catches in a SAXParseException. The original exception should still be available through SAXException.getException(). Upayavira wrote: We've built a quite large set of Java objects that are handled by flow

JXTemplateGenerator and exceptions

2004-01-27 Thread Upayavira
We've built a quite large set of Java objects that are handled by flow and then passed to JXTemplate for presentation. This all works fine, except when an exception occurs within our java objects. For some reason, the JXTemplate generator doesn't show or pass on the exception that occurred, sho