* @throws ServletException
* @throws IOException
*/
@Override
protected void doPost( HttpServletRequest request, HttpServletResponse response ) throws ServletException, IOException {
bzb = new BooksZenBooks( "en", dbConfigResource ); // @TODO language should be a request param
String forwardUrl;
String pageTitle;
int step = RequestHelper.getInt( "step", request );
RequestDispatcher dispatcher;
HashMap<String, String> formErrors = new HashMap<String, String>();