I have a url with the following format /songHandler.do/a/b/c
I want to map this to the songHandler bean. The songHandler bean maps to a controller class. I'd like to get the pathInfo "a/b/c" in...
Type: Posts; User: jingyan; Keyword(s):
I have a url with the following format /songHandler.do/a/b/c
I want to map this to the songHandler bean. The songHandler bean maps to a controller class. I'd like to get the pathInfo "a/b/c" in...