G'Day All, Having a problem where certain snippets of Javascript are causing the JSP compiler to throw an exception - no real consistency to it, although the snippet below seems to be pretty consistent (tried changing monthDays to different name). This works fine in iPlanet 4.1 Anyone else seen this? Will 2.3.3 solve it? Regards, Paul var monthDays = new Array( '31', '29', '31', '30', '31', '30', '31', '31', '30', '31', '30', '31' ); null java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at java.lang.String.getChars(String.java, Compiled Code) at com.jclark.xsl.sax.ResultBase.characters(ResultBase.java, Compiled Co de) at com.jclark.xsl.tr.ValueOfAction.invoke(ValueOfAction.java, Compiled C ode) at com.jclark.xsl.tr.AppendAction.invoke(AppendAction.java, Compiled Cod e) at com.jclark.xsl.tr.SheetImpl$ProcessContextImpl.processSafe(SheetImpl. java, Compiled Code) at com.jclark.xsl.tr.SheetImpl$ProcessContextImpl.process(SheetImpl.java , Compiled Code) at com.jclark.xsl.tr.ProcessAction.invoke(ProcessAction.java, Compiled C ode) at com.jclark.xsl.tr.AppendAction.invoke(AppendAction.java, Compiled Cod e) at com.jclark.xsl.tr.IfAction.invoke(IfAction.java, Compiled Code) at com.jclark.xsl.tr.AppendAction.invoke(AppendAction.java, Compiled Cod e) (etc) =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets