Các bác cho em hỏi , e config tiles trong struts 2 không hiểu sao lỗi không tìm thấy , kiểu như bị chỗ thư viện e làm đủ kiểu rồi k đc , config e làm theo hưỡng dẫn trên mạng
Hỏi lỗi config tile trong struts 2
Bạn add tiles-core
qua maven rồi clean project (mvn clean
) sau đó build lại xem
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-core</artifactId>
<version>2.2.2</version>
</dependency>
Mình nhớ project Maven đâu cho add local jar qua build path đâu nhỉ?
1 Like
vì e để cái maven title-core chạy bị lỗi , nên e add jar
Khi bạn add tiles-core
bằng Maven nó lỗi thế nào?