Hi,
Thank you so much for your reply.
Both of you suggestions work. Problem solved.
I also tried this: map /servlet/* to DispatcherServlet in web.xml,
map /po to class and /new to method,...
Type: Posts; User: amonw; Keyword(s):
Hi,
Thank you so much for your reply.
Both of you suggestions work. Problem solved.
I also tried this: map /servlet/* to DispatcherServlet in web.xml,
map /po to class and /new to method,...
Hi,
I'm new to Spring. So please be tolerant if I'm asking silly questions.
I'm trying to make a multiaction controller like as following:
@Controller
@RequestMapping("/action.do")
public...