Hi ,
I am getting SaxParser exception. I followed the Steps like below
1. In liferay-portlet.xml for search portlet i add the <instanceable>true</instanceable> like this
<portlet>
<portlet-name>3</portlet-name>
<icon>/html/icons/search.png</icon>
<struts-path>search</struts-path>
<configuration-action-class>com.liferay.portal.kernel.portlet.DefaultConfigurationAction</configuration-action-class>
<!--<open-search-class>com.liferay.portal.search.PortalOpenSearchImpl</open-search-class>-->
<preferences-owned-by-group>true</preferences-owned-by-group>
<use-default-template>false</use-default-template>
<restore-current-view>false</restore-current-view>
<private-request-attributes>false</private-request-attributes>
<private-session-attributes>false</private-session-attributes>
<header-portlet-css>/html/portlet/search/css/main.css</header-portlet-css>
<css-class-wrapper>portlet-search</css-class-wrapper>
<add-default-resource>true</add-default-resource>
<instanceable>true</instanceable>
</portlet>
save the file and i restarted i am getting saxparser exception and i am not able to see a single portlet in my page.it is showing u don't have permission to see.
I attached my ConsoleError please try to help me.
Regards
Shashi
Please sign in to flag this as inappropriate.