-
May 16th, 2012, 12:32 PM
#1
Struggling with @RequestMapping
I'm trying to implement a server side Dojo store for use in a directory browsing type application (see http://dojotoolkit.org/documentation...e_driven_tree/). However, I haven't been able to figure out how to get the "path" parameter populated: The REST URL ends up being something like http://.../<service>/path/to/a/file, where the number of path elements of course varies as the tree is walked. Is there a way to get "/path/to/a/file" as a request mapping variable without the dreaded "Did not find handler method for [<service>/path/to/a/file]?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules