Hitoshi Ozawa:
Check the following page. Search for "<instanceable>false</instanceable>" and read the explanation above.
http://www.liferay.com/documentation/liferay-portal/6.1/development/-/ai/writing-the-my-greeting-portl-4
I don't see how this helps me. The only thing it says about making portlets instanceable is this:
"First, we don't want multiple greetings on the same page, so we are going to make the My Greeting portlet non-instanceable. To do this, edit liferay-portlet.xml and change the value of the element instanceable from true to false so that it looks like this:
<instanceable>false</instanceable>"
That does not answer my question. I know that I need to add that tag (with the value "true", not "false") into the liferay-portlet.xml file, but I can't find a reference to that portlet in the file. I need to know where the reference to that portlet is so that I can add the instanceable tag. Please note that this is a portlet that came pre-installed on liferay, not one that I added.
Por favor, faça login para denunciar.