Skip to content

Commit 872d7ee

Browse files
committed
Update yourwebproject/src/main/webapp/WEB-INF/views/web/userRegistration.web.jsp
Fixed the Cancel Button URL on userRegistration page by prepending the URL with the following ${pageContext.request.contextPath}
1 parent 6ed60ce commit 872d7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yourwebproject/src/main/webapp/WEB-INF/views/web/userRegistration.web.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</div>
103103

104104
<input class="btn btn-primary btn-large" type="submit" value="Register"/>
105-
<a href="home" class="btn btn-large">Cancel</a>
105+
<a href="${pageContext.request.contextPath}/home" class="btn btn-large">Cancel</a>
106106
</div>
107107
</fieldset>
108108
</form>

0 commit comments

Comments
 (0)