I am having the exact same issue...get this error when trying to persist in @PostConstruct while running integration tests.
Type: Posts; User: canterburry; Keyword(s):
I am having the exact same issue...get this error when trying to persist in @PostConstruct while running integration tests.
Ok...figured it out...here is a sample controller:
@RequestMapping(method = RequestMethod.GET, value = "/")
public ModelAndView index(ModelAndView mv, HttpServletRequest request,...
Hi,
I have a the following requirement and am trying to figure out how to make this happen in spring mvc and tiles.
1. A user should be able to assemble a final page layout by picking or ore...