스프링에서 리다이렉트 시 Model Attributes가 GET 파라미터로 붙지 않도록 설정하기 위해 다음과 같이 해보실 바랍니다.
<mvc:annotation-driven ignore-default-model-on-redirect="true">
...
</mvc:annotation-driven>
'프로그래밍언어 > programming JPA' 카테고리의 다른 글
UIBarButtonItem에 image를 넣고, toggle로 바뀌게 만들기 (2) | 2015.12.11 |
---|---|
UIBarButtonItem에 image를 넣고, toggle로 바뀌게 만들어볼께요 (0) | 2015.12.11 |
goo글 (G oogle) Guava CacheBuilder의 concurrencyLevel( ) (1) | 2015.12.11 |
error C2065: '_bstr_t' : undeclared identifier 무엇인지? (2) | 2015.12.11 |
C#에서 COM 컴포넌트를 References에 추가한 뒤, error CS0246: The type or namespace name 'Xxx' could not be found (are you missing a using directive or an assembly reference?)가능? (0) | 2015.12.11 |
프로그래밍 C 변수에 대하여 (3) | 2015.12.11 |