I am experiencing an XML parsing error :
null
java.lang.ArrayIndexOutOfBoundsException
using JRUN 2.3.3 build 157 on an IIS box. The proble m occurs when have a
frames page. On the bottom, I created a navigational menu with rollover
effects that change the visibility of 3 different layers in the upper pane.
One piece, which uses tables is causing the error:
<table border="1" width="775">
<tr>
<td width="265" class="hdr">Contact Type</td>
<td width="245" class="hdr">Contact Name</td>
<td width="265" class="hdr">Tele Number</td>
</tr>
<tr>
<td width="265" class="hdr">Contact Type</td>
<td width="245" class="hdr">Contact Name</td>
<td width="265" class="hdr">Tele Number</td>
</tr>
</table>
If I include the second <TR> set tag this generates an error - one <TR>
doesn't. Does anyone know of a problem using multiple tables/<DIVs> or
something similar that would cause the JSP not to compile correctly? I would
appreciate a response - if you wish to see the entire code - i'll email it -
just not wanting to spam the board here.
===========================================================================
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