문제

I had hours in Google uselessly, looking for a link to download the following .tld, necessary to integrate Tiles in a Struts project : struts-bean.tld struts-html.tld struts-logic.tld struts-tiles.tld Thank you a lot, in advance :)

도움이 되었습니까?

해결책

The tag libs you mention are for Struts 1, but you have tagged this question as being for Struts 2. For Struts 2, you can just add the struts2-tiles-plugin to your web app.

다른 팁

Struts2 tiles layout Download

Here is an example , you can download the zip file and customize it accordingly. And the .tld files (i.e. tag library descriptors) for struts2 are kept in the following jar file.

struts2-core-2.1.8.1.jar

Using the above link you can download the jar as well.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top