Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
portlet not working in panel page
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.
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.
Any suggestions?wt i did wrong?
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
If this is not what you're looking for, please give more information
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?
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?
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
09:55:02,473 ERROR [http-bio-8080-exec-118][AdvancedPermissionChecker:618] com.liferay.portal.NoSuchResourceActionException: #CONFIGURATION
com.liferay.portal.NoSuchResourceActionException: #CONFIGURATION
Any suggestions?