The source code of ShowPerson.jsp :
<%-- ShowPerson.jsp --%>
ShowPerson details from page bean
ShowPerson details from page bean
<%-- page means just within this service method --%>
First using getProperty to fetch default field values from instantiation of the bean
Name is:
Age is:
Address is: ${person.address} <%-- JSP 2.0 Expression Language --%>
Now after using setProperty to update the age and address
"/>
Name is:
Age is:
Address is: