Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
のようなものは使えないようです。
<%@ taglib uri="/WEB-INF/my.tld" prefix="my"%>
jspx の有効な xml マークアップではないためです。
いいえ、あなたがすることはできません。JSP ドキュメントでこのタグ属性を使用しますxmlns:my="urn:jsptld:/WEB-INF/tlds/my.tld"(TLD は WEB-INF の tlds サブディレクトリにある必要があります)。
xmlns:my="urn:jsptld:/WEB-INF/tlds/my.tld"