hi, i'm trying to run a jsp page (which works with the jsp1.0 reference impl)
with jrun and i get this message:
500 Internal Server Error
com.livesoftware.jsp.JSPServlet:
java.lang.NullPointerException:
i've set in the classpath the directory where the .class is
the header of the file is like this:
<%@ page import = "Estadist" %>
<%! String ips[]={"127.0.0.1","1.100.0.42"};%>
<jsp:useBean id="es" class="Estadist" scope="application">
<jsp:setProperty name="es" property="cont" value=3 />
<jsp:setProperty name="es" property="IPs" value=ips />
</jsp:useBean>
thanks in advance
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html