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.
jsp から ArrayList を Servlet に送信し、その ArrayList を Servlet で取得したいと考えています。form action=myServlet隠しパラメータとして ArrayListを使用して送信しています。しかし、それは機能していません。
form action=myServlet
arrayList を JSP からサーブレットに送信する方法。可能ですか