I am using Cactus (via Ant & Resin2x w/ a ServletTestCase ) on some 'real' :) JSPs replete with embedded code, etc. I am planning to Cactus to drive some of the refactoring. I have a small problem however. I am not getting the JSP line # info in exception thrown by the JSP but rather the generated servlet. I believe the containers do a bit of magic to get you the JSP line info when you have an exception in a JSP during normal execution. Is there anyway to get this to work during cactus run? Other problem is that since the temporary deployment of the container gets erased, I can't even go look at the generated servlet file an work backward from that.
Any Ideas?
Erich
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
