TLD with Ariadna

已回答

I have a problem with using TLD support in Ariadna (build 621).

I have a following file structure

/jsp <!-- contains all jsp -->
/WEB-INF/classes <!-- contains all necessary clases for my application -->
/WEB-INF/jsp/mytaglib.tld <!-- description of my tag library-->
/WEB-INF/web.xml

I've added this dir to the Web path of Ariadna.
Then I tried to use tag-libs in my jsp: MCDVOICE
<%@taglib uri=http://mydomain/mytaglib prefix="mytaglib"%>
Ariadna provided me with the error message "Cannot resolve tag library".

I am sure that all tag-lib related links between JSP <> web.xml <> mytaglib.tld are good, because
i checked this application on the tomcat....everything is going right.

Of course, i do not think that it is a bug, rather i missed something, but what ?
Unfortunately, we do not have help documentation still, so i need your help.
Could anybody help me ?

0

Hi Shepardbrisa5 Could you prepare and provide a small project sample to reproduce the problem? The files can be uploaded at https://uploads.jetbrains.com (do not forget to specify the UploadID)

0

请先登录再写评论。