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:
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:
Copyright © 2021 Jogjafile Inc.
You should close the
<h:form>with</h:form>.