If you don’t specify a scope in either the <jsp:useBean> or <jsp:getProperty> tags, the Container uses the default of “page”.
This
<jsp:useBean id="person" class="foo.Employee" scope="page"/>
Is the same as this
<jsp:useBean id="person" class="foo.Employee"/>
No credit card required