The error : org.apache.jasper.JasperException: /MrBean.jsp(27,21)
GetProperty: Mandatory attribute property missing
Please tell me why this error occurs ?
Aim : Index html page will send request with two attributes to
JSP. Jsp will use a bean - MrBean and set and get its
String name based on the request parameters.
JSP