Say I have 3 modules in a Liferay project, A, B and language. Module A is a normal module with portlet in it. Module B, however, is a portletless module, it is nothing more than a plain Java utility module. language module is something like what is described in the “Localizing Your Application” article in Liferay’s Help Center. Now, I
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
ElasticSearch Search for Field Values does not return
Lets say I have document in the Elastic Search which does containt field “provider” in the _source. I have tryied many queries but none of them seem to return the document with searched …
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