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>