Hi! We are using Struts beta2 in a production environment, under Weblogic6.1.
We are trying to modify Struts beta 3 to use XML/XSLT internally instead of JSPs. (As output should not only be HTML.) Therefore, we subclassed RequestProcessor, to invoke an XML bean serialization mechanism and XSLT transformer. However, the signature of the processPreprocess method does not allow me to throw Exceptions. I would suggest adding a throws IOException, ServletException to the signature, so one could wrap other exceptrions. Cheers Tibor Kiss

