Foros de discusión

Select Structure in "Add Content" button of Web Content Display Portlet

Shravan A, modificado hace 10 años.

Select Structure in "Add Content" button of Web Content Display Portlet

Junior Member Mensajes: 29 Fecha de incorporación: 5/01/09 Mensajes recientes
Hi,

I am trying provide option to select structure in "Add Content" button of Web Content Display Portlet.

I placed below code in hook to the page--> html \ Journal_Content \ view.jsp


                         <aui:button-row cssclass="add-permission-button-row">
				<c:if test="<%= showAddArticleIcon %>">
					<div class="add-article-selector">
			  		             &lt;%@ include file="/html/portlet/journal/add_article.jspf" %&gt;
					</div>
				</c:if>
			</aui:button-row>


on select of structure i am getting
" The struts path journal does not belong to portlet 56_INSTANCE_zxf4gOhdFNgX. Check the definition in liferay-portlet.xml"
in console

What other modifications i have to do.
Thanks in Advance

Regards,
Shravan A