Skip to content
Advertisement

Tag: liferay

Multiple links in a tag liferay

in the database I have links, which are a property of an entity, saved on a string, separated only by a comma. Example: “www.test.com, www.test.com, www.test.com”. I can see them with this code but they are not clickable links <liferay-ui:search-container-column-text name=”Links” orderable=”<%=false%>” value=”<%=entity.getLinks() %>”/> Can I display them to be clickable in a <liferay-ui: search-container-column-text tag? Answer Try somethings like

How to solve warning when using liferay-ui:search-container in JSP?

I’m developing a portlet in Liferay 6.1 using Liferay MVC famework. When I use Eclipse allways shows me the following warning message SearchContainer is a raw type. References to generic type SearhcContainer<R> should be parameterized JSP code fragment: I have searched many examples. I’ve imported them into my workspace. And they also show me the same Warning message when search-container

Advertisement