org.apache.jasper.JasperException, I am noob, don't know what to do

48 Views Asked by At

org.apache.jasper.JasperException: An exception occurred processing [/hello.jsp] at line [3]

1: <%@ taglib uri="http://struts.apache.org/tags-html" prefix="h" %>
2: 
3: <h:form action="/hello">
4:     <h:text property="name"/>
5:     <h:submit/>
6: 
1

There are 1 best solutions below

2
Philipp Schneider On

You should close the <h:form> with </h:form>.