...
If you don't want to include the entire page, you may put one or both of these in your JSP:
- <!-- START 2.x PAGE CONTENT -->
- <!-- END 2.x PAGE CONTENT -->
How to expose a Spring MVC url as a 2.x Fragment
...
If you don't want to include the entire page, you may put one or both of these in your JSP:
- <!-- START 2.x FRAGMENT CONTENT -->
- <!-- END 2.x FRAGMENT CONTENT -->
You may use query parameters on map entry's values, but you must use "&" for &, like in this example from HTML Form Entry:
...