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.
私の問題は似ています
textBox.value とファイルを送信する必要があります。そのために FormPanel を使用しています。
ファイルを取得できますが、checkBox の値が取得されません。
どうやってするの。
チェックボックスに名前を付けて、サーブレットで名前がチェックボックスrequest.getParameter(name)の名前と一致する値を取得します。
request.getParameter(name)