67,550
社区成员




public ModelAndView save(@ModelAttribute CustomerBean customer, @ModelAttribute ContactsBean contacts, HttpServletRequest request, HttpServletResponse response)
<input type="text" name="address" id="customerAddress"/>
<input type="text" name="address" id="contactsAddress"/>
<input type="text" name="customer.address" id="customerAddress"/>
<input type="text" name="contacts.address" id="contactsAddress"/>
@RequestMapping("areaCommon/{param1}/{param1}/subLinkage")
@ResponseBody
public List<Object> findTypesByParentId(@PathVariable Long param1,@PathVariable Long param2){