portlet not working in panel page

srinivasa rao, modified 11 Years ago. Regular Member Posts: 189 Join Date: 1/29/14 Recent Posts
Hi All,

I created one spring portlet and add in admin page for checking purpose,there it will working fine
same page i added in panel page,it wont work,i didn't get wt is the problem

11:57:36,371 ERROR [http-bio-8080-exec-234][render_portlet_jsp:132] null
org.springframework.web.portlet.NoHandlerFoundException: No matching handler method found for portlet request: mode 'view', phase 'ACTION_PHASE', parameters map[[empty]]


the same portlet is working in Admin page.
srinivasa rao, modified 11 Years ago. Regular Member Posts: 189 Join Date: 1/29/14 Recent Posts
Any suggestions?wt i did wrong?
thumbnail
Olaf Kock, modified 11 Years ago. Liferay Legend Posts: 6441 Join Date: 9/23/08 Recent Posts
Are you referring to the portlet not working in Control Panel? If so, portlets in Control Panel should not be instanciable - a setting that you can configure in liferay-portlet.xml, where you also configure that/where it should appear in Control Panel.

If this is not what you're looking for, please give more information
srinivasa rao, modified 11 Years ago. Regular Member Posts: 189 Join Date: 1/29/14 Recent Posts
Hi Olaf,

I created a spring portlet in liferay 6.2,for testing purpose i added a tab and check it,there it will working fine,
and i created a panel pages for left menu bar,their i added same working portlet,but it showing error like
ERROR [http-bio-8080-exec-234][render_portlet_jsp:132] null
org.springframework.web.portlet.NoHandlerFoundException: No matching handler method found for portlet request: mode 'view', phase 'ACTION_PHASE', parameters map[]


I didn't change anything in liferay-portlet.xml

and wt i created in panel pages,tht is in seperate page(i created a group and i added there-permission is only view)
is permission is any problem?
i added remaining portlets it working fine there..only this portlet is not working?
srinivasa rao, modified 11 Years ago. Regular Member Posts: 189 Join Date: 1/29/14 Recent Posts
I got configuration error:

09:55:02,473 ERROR [http-bio-8080-exec-118][AdvancedPermissionChecker:618] com.liferay.portal.NoSuchResourceActionException: #CONFIGURATION
com.liferay.portal.NoSuchResourceActionException: #CONFIGURATION
srinivasa rao, modified 11 Years ago. Regular Member Posts: 189 Join Date: 1/29/14 Recent Posts
Any suggestions?