I'm relatively new to JSPs, and I'm trying to use a FormBean within one of my files. When I try to open the JSP page on a local Tomcat server, I get the following error:
org.apache.jasper.JasperException: /entryForm.jsp (line: 4, column: 21) equal symbol expected
The first five lines of my code are:
<!DOCTYPE html>
<%@ page import = "jared.simpledatabase.* %>
<jsp:useBean id="form" class="jared.simpledatabase.FormBean" scope="session"/>
<jsp:setProperty name="form" property="*"/>
Any ideas what I'm doing wrong? Thanks!
Here's a guess - missing double quote:
<%@ page import = "jared.simpledatabase.*" %>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With