일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 기출문제
- spring
- jsp
- NoSQL
- 오라클
- checkbox
- insertAll
- Tomcat
- 부스트코스
- jdbc
- query
- MariaDB
- vue.js
- egov
- INSERT
- 구멍가게코딩단
- vscode tutorial
- mysql
- bulkinsert
- swipe 배너
- JQuery
- java
- github
- JAXBContext
- 마스킹
- 정보처리산업기사
- vue Carousel
- mybatis
- Ajax
- JSON
Archives
- Today
- Total
개발새발
form태그 데이터 전송 실패 400 Bad Request 본문
728x90
반응형
form 태그로 submit을 할때 vo에 있는 필드 타입이 int형일 경우 공백 값으로 submit을 하면 400에러 발생
: 정확하진 않지만 submit을 할 때 int타입의 필드를 disabled처리 해주니까 정상동작되었다.
(submit 두 개중 하나는 int형의 필드를 넘길 필요가 없었음)
$("#atchNo").attr('disabled', true);
728x90
반응형
'[error]' 카테고리의 다른 글
[vue.js] Expected Number with value 3, got String with value "3" (0) | 2021.03.05 |
---|---|
Missing URI template variable for method parameter of type string (0) | 2021.01.20 |
[lombok] lombok 사용시 디비 필드명이 ex) v_call_yn 일 경우 error : "Property [vCallYn] not found on type" (1) | 2020.09.24 |
invalid input syntax for type timestamp: "" (0) | 2020.09.07 |
[error] "Multiple annotations found at this line" (0) | 2020.06.24 |
Comments