Google
Hi all, I have created through the web interface http://192.168.1.5:8080/api/jsonws the following call CURL
I would like to edit a webcontent (journalarticle) in Liferay and create a new version from that from a custom portlet.
Using Liferay 6 with Tomcat Bundle. I am successfully adding journal articles to my liferay system and then adding categories to the associated Asset.
I'm trying to add a journal article , and i try with this code Map<locale, string> titleMap = new HashMap<locale, string>();
We've been searching throw LifeRay API. To add new contents to the journal portlet we're suposed to use journalArticleServiceUtil.addArticle(...), but there are ...
Hi, I have developed some code that creates a new JournalArticle and populates it succesfully with data according to its structure. I'm using Liferay 7.
Hi All, I want to create Journal Article with custom structure using journalarticle API. I have tried with below code but getting xmlparser error.
I am planning to use Liferay Portal to store all my articles. I need to develop a solution wherein there is another web application which is being developed ...
It worked using JournalArticleLocalServiceUtil.addArticle. Simple example (I will change to context variables, just wanted to test it):
Hi All, I'm struggling by two days with a not reproducible error, and at this point I have to ask help because I don't know what to do.