Changes for org.apache.jasper.JspC --- old/JspC.java 2002-08-21 13:56:03.000000000 -0400 +++ new/JspC.java 2002-09-04 08:20:57.000000000 -0400 @@ -201,6 +201,18 @@
private boolean listErrors = false; private boolean showSuccess = false; + public void setListErrors(boolean b){ + listErrors = b; + } + public boolean getListErrors(){ + return listErrors(); + } + public void setShowSuccess(boolean b){ + showSuccess = b; + } + public boolean getShowSuccess(){ + return showSuccess; + } public boolean getKeepGenerated() { // isn't this why we are running jspc? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>