File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32906,7 +32906,7 @@ For example given:
32906
32906
[subs="verbatim,quotes"]
32907
32907
----
32908
32908
@RequestMapping("/people/{id}/addresses")
32909
- public class MyController {
32909
+ public class PersonAddressController {
32910
32910
32911
32911
@RequestMapping("/{country}")
32912
32912
public HttpEntity getAddress(@PathVariable String country) { ... }
@@ -32920,7 +32920,7 @@ The following JSP code can prepare a link:
32920
32920
----
32921
32921
<%@ taglib uri="http://www.springframework.org/tags" prefix="s" %>
32922
32922
...
32923
- <a href="${s:mvcUrl(''PC#getPerson '').arg(0,''US'').buildAndExpand(''123'')}">Get Person </a>
32923
+ <a href="${s:mvcUrl(''PAC#getAddress '').arg(0,''US'').buildAndExpand(''123'')}">Get Address </a>
32924
32924
----
32925
32925
32926
32926
You can’t perform that action at this time.
0 commit comments