ListContext context = createListContext(wrappedRequest, listing);
handler.adjustListing(wrappedRequest, listing, context);
ListFiller filler = handler.createListing(wrappedRequest, listing, handler, context);
ListTools.createListing(wrappedRequest, wrappedResponse, listing, handler, context, filler);
wrappedResponse.get(listing.getId()).setAttribute("formAction", "bean");