The scope attribute defaults to “page”

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"/>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset