Going straight from the request to the JSP without going through a servlet...

Imagine this is our form:

image with no caption
image with no caption

We know we can do it with a combination of standard actions and scripting:

<jsp:useBean id="person" type="foo.Person" class="foo.Employee"/>
<% person.setName(request.getParameter("userName")); %>

We can even do it with scripting INSIDE a standard action:

image with no caption
..................Content has been hidden....................

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