Posted By:
Mathias_Neuhaus
Posted On:
Thursday, March 29, 2001 06:10 AM
maybe you just forgot to import the class you try to use; for Float.parseFloat include
<@ page import="java.lang.Float" %>
whether you get a meaningful error-message depends on the JSP-container you're using; Tomcat gives you a hint to the source of the error in most cases.