final Retailer currentRetailer = requestData.getMarketAreaRetailer();
ProductMarketing productMarketing = productService.getProductMarketingByCode(productCode);
if(productCommentForm == null
|| productCommentForm.equals(new ProductCommentForm())){
productCommentForm = formFactory.buildProductCommentForm(requestData, productMarketing);
model.addAttribute("productContactForm", productCommentForm);
}
return modelAndView;