Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これはJSP1の私のコードです:
<form action="./JSP2.jsp" name="DisplayDetails" method="GET"> <input type="submit" value="submit" name="submit" /> </form>
jsps は両方とも (/WEB-INF) という名前の同じディレクトリにあります。
formこれは、ある JSP から別の JSPを呼び出す正しい方法ですか?
form
はい、これは適切なものですが、./JSP2.jsp の代わりに JSP2.jsp で十分だと思います