hi,
you have some problems with your index values!

-----Message d'origine-----
De : David Cate [mailto:[EMAIL PROTECTED]]
Envoyé : lundi 19 mars 2001 20:12
À : [EMAIL PROTECTED]
Objet : Strange behavior


I am using JDK 1.3 with JRUN 2.3.3 build 157. Just using ref implementation
for J2SDKEE.

After many tries, I receive the follwoing error:
null
java.lang.ArrayIndexOutOfBoundsException
        at com.jclark.xsl.tr.SheetImpl.process(SheetImpl.java)
        at com.jclark.xsl.sax.XSLProcessorImpl.parse(XSLProcessorImpl.java)
        at com.livesoftware.xml.XT.process(XT.java:66)
        at com.livesoftware.jsp.JSPCompiler.createServlet(JSPCompiler.java,
Compiled Code)
        at com.livesoftware.jsp.JSPServlet.service(JSPServlet.java, Compiled
Code)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled
Code)
        at com.livesoftware.jrun.JRun.runServlet(JRun.java, Compiled Code)
        at
com.livesoftware.jrun.JRunGeneric.handleConnection(JRunGeneric.java,
Compiled Code)
        at
com.livesoftware.jrun.service.web.JRunWebServiceHandler.handleOutput(JRunWeb
ServiceHandler.java, Compiled Code)
        at
com.livesoftware.jrun.service.web.JRunWebServiceHandler.handleRequest(JRunWe
bServiceHandler.java, Compiled Code)

Now, I stripped ALL the JSP declarations, expressions etc.. form the file.
It still gives it. When I removed a nested table, the error went away. I am
wondering if this is a unique case or has someone else seen this before?

here's the code block for the nested table:
<.. begining table info ..>

  <tr>
    <td width="35" class="fld">&nbsp;</td>
    <td width="10" class="fld">&nbsp;</td>
    <td width="150" colspan="3" align="center" valign="top">
                <table align="center" border="1" width="100"
bordercolor="#FFFFFF">
                        <tr>
                                <td width="50" class="hd0">Activity</td>
                                <td width="50" class="hd0">Customer</td>
                        </tr>
                        <tr>
                                <td width="50" class="fld2">&nbsp;</td>
                                <td width="50" class="fld2">&nbsp;</td>
                        </tr>
                </table>
        </td>

<..continue..>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
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

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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

Reply via email to