liferay 7 expando taglib导入未解决的要求

时间:2017-03-15 13:31:46

标签: liferay taglib expando

我想用

<%@ taglib uri="http://liferay.com/tld/expando" prefix="liferay-expando" %>
  <liferay-expando:custom-attribute-list
        className="<%= User.class.getName() %>"
        classPK="<%= (user != null) ? user.getUserId() : 0 %>"
        editable="<%= true %>"
        label="<%= true %>"
    /> 

但是这个taglib需要未导出的资源,当我想部署时,我得到了未解决的需求错误。如何使用 <%@ taglib uri="http://liferay.com/tld/expando" prefix="liferay-expando" %>  在我的自定义portlet?

0 个答案:

没有答案