I think the plan is too keep Struts 1.1 compatable with Servlet 2.2/JSP 1.1 so the change Martin made recently will probably have to rolled back until after 1.1 is released.
I used to miss the nested exceptions when I first started using Struts but it hasn't been an issue for me recently. I think that's because I am not using templates right now so my tag errors aren't as deeply nested and less likely to get trampled on by outer tags. > -----Original Message----- > From: Oleg V Alexeev [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 11, 2002 9:27 AM > To: Struts Developers List; Deadman, Hal > Subject: Re[2]: Build errors - templates library > > > Hello Hal, > > So, we take a path to the JSP 1.2 only? > > Monday, March 11, 2002, 5:20:04 PM, you wrote: > > DH> The JSPException with a constructor that takes a > throwable is a JSP 1.2 > DH> feature. > > >> -----Original Message----- > >> From: Oleg V Alexeev [mailto:[EMAIL PROTECTED]] > >> Sent: Monday, March 11, 2002 6:27 AM > >> To: Struts Developers List > >> Subject: Build errors - templates library > >> > >> > >> Hello Struts, > >> > >> Now I have compile-time errors in last CVS version - > >> > >> compile.library: > >> [javac] Compiling 9 source files to > >> E:\projects\jakarta-struts\target\library\classes > >> [javac] > >> E:\projects\jakarta-struts\src\share\org\apache\struts\taglib\ > >> template\GetTag.java:184: > >> cannot resolve symbol > >> [javac] symbol : constructor JspException > (java.io.IOException) > >> [javac] location: class javax.servlet.jsp.JspException > >> [javac] throw new JspException(ex); > >> [javac] ^ > >> [javac] > >> E:\projects\jakarta-struts\src\share\org\apache\struts\taglib\ > >> template\GetTag.java:194: > >> cannot resolve symbol > >> [javac] symbol : constructor JspException > (java.io.IOException) > >> [javac] location: class javax.servlet.jsp.JspException > >> [javac] throw new JspException(ex); > >> [javac] ^ > >> [javac] > >> E:\projects\jakarta-struts\src\share\org\apache\struts\taglib\ > >> template\GetTag.java:197: > >> cannot resolve symbol > >> [javac] symbol : constructor JspException > >> (javax.servlet.ServletException) > >> [javac] location: class javax.servlet.jsp.JspException > >> [javac] throw new JspException(ex); > >> [javac] ^ > >> [javac] > >> E:\projects\jakarta-struts\src\share\org\apache\struts\taglib\ > >> template\InsertTag.java:15 > >> 8: cannot resolve symbol > >> [javac] symbol : constructor JspException > (java.io.IOException) > >> [javac] location: class javax.servlet.jsp.JspException > >> [javac] throw new JspException(ex); > >> [javac] ^ > >> [javac] > >> E:\projects\jakarta-struts\src\share\org\apache\struts\taglib\ > >> template\InsertTag.java:16 > >> 1: cannot resolve symbol > >> [javac] symbol : constructor JspException > >> (javax.servlet.ServletException) > >> [javac] location: class javax.servlet.jsp.JspException > >> [javac] throw new JspException(ex); > >> [javac] ^ > >> [javac] Note: > >> E:\projects\jakarta-struts\src\share\org\apache\struts\util\Re > >> questUtils.java uses > >> or overrides a deprecated API. > >> [javac] Note: Recompile with -deprecation for details. > >> [javac] 5 errors > >> > >> BUILD FAILED > >> > >> -- > >> Best regards, > >> Oleg mailto:[EMAIL PROTECTED] > >> > >> > >> > >> -- > >> To unsubscribe, e-mail: > >> <mailto:[EMAIL PROTECTED]> > >> For additional commands, e-mail: > >> <mailto:[EMAIL PROTECTED]> > > DH> -- > DH> To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > DH> For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > -- > Best regards, > Oleg mailto:[EMAIL PROTECTED] > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>