liferay-docs
liferay-docs copied to clipboard
Added an alternate solution for the problem below, there are situations when you can't simply get rid of the whole database even in local/dev environment Someone may be trying to...
When I try to use the sample code for the View soy template, $themeDisplay.layouts is not working and throwing an exception: Caused by: com.google.template.soy.tofu.SoyTofuException: In 'foreach' command {foreach $layout in...
change liferay-portlet to portlet tag and varImpl to var
I followed this tutorial for my project but without the step that I suggest it did not work
I made similar changes in the 6.2.x branch. Basically I made the following three changes in the first commit. 1. Most importantly, I corrected an inaccuracy regarding which three classes...
The following changes are included in this commit. I realize this is 6.2.x documentation, but this is the only official publication that speaks directly to Service Builder's generated classes and...
I have updated a couple of lines which were confusing while reading as they were repeated. Also, update one entry inside tag description which was not matching with default.xml. Kindly...
remove the bundle symbolic name from the component declaration, to prevent the class from having a circular reference when the component is started.
Adding a note about using Java's proxy properties if you are behind a proxy.
Hi! Suggesting two changes to the DXP on WebSphere deployment article: 1) Setting heap size through administrative UI instead of editing configuration XMLs directly. I think avoiding manual XML editing...