Liferay Taglib import not working in JSP
问题 I'm having trouble importing the liferay taglibs in one of my JSP pages, no idea what I'm doing wrong. I did the exact same thing in previous projects, but now for some reason it's not working. My code to import: <%@ taglib uri="http://liferay.com/tld.ui" prefix="liferay-ui" %> The syntax error I'm getting: The absolute uri: http://liferay.com/tld.ui cannot be resolved in either web.xml or the jar files deployed with this application I tried to google this problem quite extensively, but to no