Java/Spring

tiles 와일드카드 적용할때

innocent_k 2015. 6. 4. 09:46

name="WILDCARD:/*"


이런식으로 적용하면 해당 jsp만 불러와버림. 


name="WILDCARD:p/*"


prefix을 꼭달아야 한다