폴더 구조는 대충 이렇고


views - home.jsp (여기에 main_bar.jspf)

ㄴa

ㄴ asdf.jsp   (여기에 news_bar.jspf)

ㄴb

ㄴbsdf.jsp    (여기에 news_bar.jspf)

ㄴc

ㄴesdf.jsp    (여기에 news_bar.jspf)

ㄴd

ㄴesdf.jsp    (여기에 news_bar.jspf)



web.xml에 이렇게 입력했어요


<jsp-property-group>

      <url-pattern>/WEB-INF/views/home.jsp</url-pattern>

      <include-prelude>/WEB-INF/include/top_bar/main_bar.jspf</include-prelude>

</jsp-property-group> 

<jsp-property-group>

      <url-pattern>/WEB-INF/views/*/*</url-pattern>

      <include-prelude>/WEB-INF/include/top_bar/news_bar.jspf</include-prelude>

</jsp-property-group>


home.jsp는 잡아서 지정해줬는데


하위 폴더에 있는 애들은 include가 안되네요