Imagine this is our form:
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:
No credit card required