Hi,
I am getting this exception while deploying my struts application. How can I solve this problem. Here is the stack trace of the exception :
org.apache.jasp er.JasperExcept ion: Exception in JSP: /index.jsp:14
11: <html:image src="duke.wavin g.gif"></html:image>
12: <h3>Hello, My name is Duke. What is your's ?</h3>
13:
14: <html:form action="hello.d o">
15: <html:text property="userN ame"/><br>
16: </html:form>
17:
I am getting this exception while deploying my struts application. How can I solve this problem. Here is the stack trace of the exception :
org.apache.jasp er.JasperExcept ion: Exception in JSP: /index.jsp:14
11: <html:image src="duke.wavin g.gif"></html:image>
12: <h3>Hello, My name is Duke. What is your's ?</h3>
13:
14: <html:form action="hello.d o">
15: <html:text property="userN ame"/><br>
16: </html:form>
17:
Comment