Spring doesn't find a bean for view -
i have controller maps path / file index.html.
i getting error doesn't show in log, when debug logging turned on shows:
no matching bean found view name 'index' this trivial error couldn't find on it. found questions no matching bean of type ... found dependency ... don't think same one.
ps. may unrelated if write code this:
@requestmapping("/") public string index(model model) { model.addattribute("title", "my custom title"); return "index"; } i don't see change in title.
Comments
Post a Comment