Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1.4.RELEASE
-
Fix Version/s: 1.1.4.RELEASE
-
Component/s: WEB MVC
-
Labels:None
-
Environment:Windows 7 - JDK 6.18
Description
As with issue 698 (previously closed) the create_url in the table.tagx file is not correct. Line 144:
<spring:url value="/${path}" var="create_url">
should read
<spring:url value="${path}" var="create_url">
in order for the context to be included correctly.