object can be used in the JSP, in the web4j prepopulate mechanism. Thus, there is kind
of a mixture of the 'add' and 'change' use cases here.
*/
private Rsvp useStubRsvp() throws AppException {
MemberDAO dao = new MemberDAO();
Member member = dao.fetch(fMemberId);
return new Rsvp(fVisitId, fMemberId, member.getName(), null);
}