Hi I am Getting an Exception Again and Again hear :- I am Attaching The The line No of My JSP page

Viewed 15

org.apache.jasper.JasperException: An exception occurred processing [/WEB-INF/view/Student-Form.jsp] at line [22]

19:     <br>
20:    
21:    Country:
22:   <form: input type="select" path="country" required="required" autocomplete="off"/>
23:   <form: options items="${student. Countries}"/>
24: 
25:   <br>

0 Answers
Related