
[JSP&Servlet] Text Box ์ ์
๋ ฅ๋ ๊ฐ ์ป์ด์ค๊ธฐ <select> ์์ ์๋ ์
๋ ฅ๊ฐ null ์ฒ๋ฆฌ
ยท
JSP&Servlet
๐คทโโ๏ธ "์๋ ์ null ๋ก ์์ด ?" ๐ซ ์งํ์์ 1. JSP ์ฝ๋๋ก ํ์๊ฐ์
ํผ์ ์๋์ ๊ฐ์ด ์์ฑํ๋ค. ์ด๋ฉ์ผ @ 2. JavaScript ์ฝ๋๋ก ์์์์ ์ต์
์ ์ ํํ ๋ ์ ํ๋ ๊ฐ์ด ๋ฐ์ค์ ์๋์ผ๋ก ์
๋ ฅ๋๋๋ก ํ๋ค.function updateEmailInput() { const selectElement = document.getElementById("select-email"); const inputElement = document.getElementById("email2"); // ์ ํ๋ ์ต์
์ ๊ฐ ๊ฐ์ ธ์ค๊ธฐ const selectedValue = selectElement.value;.. } else { // ์ ํ๋ ๊ฐ์ผ๋ก input ๊ฐ์ ์ค์ i..