Hi i am trying to select category while adding new category.Category details get from DB and I am trying to fetch it\'s PK to product command by using <
This error has nothing to do with tag
Still There are few things missing in your code which is resulting this error.
@RequestMapping(value="/productlist/addproduct" , method= RequestMethod.POST,consumes = {MediaType.MULTIPART_FORM_DATA_VALUE})
public ModelAndView addProdt(@ModelAttribute("prdt") Product p,BindingResult bindingResult)