我有以下问题:我正在编写一个代码,提交表单并在表单提交到后Target.jsp显示内容。Display.jspTarget.jsp
如何response.Redirect("jsp/Display")在以下代码中使用?
<form method="POST" class="example" action="/project/jsp/Target.jsp" id=form >
<!--Some tags here-->
<input type="submit" name="submit" value="submit Changes" />