Can somebody please advice?
Type: Posts; User: josephv; Keyword(s):
Can somebody please advice?
I tried creating a CommonController and created two methods with the url pattern @RequestMapping(value = "/SearchPortlet") and @RequestMapping(value = "/LoginPortlet"). I had then set the “searchBO”...
Hi,
I'm using spring mvc (3.0) with apache tiles in my project. I have multiple forms (listed below) in my pages and each of them is a separate tile (search.jsp, userlogin.jsp and xxxBody.jsp).
1....