[Portletbridge-users] Configuring PortletBridgePortlet
Brought to you by:
dkfn
|
From: Duggan, C. <Col...@fm...> - 2008-11-12 15:29:48
|
Hi, I'm trying to configure the PortletBridgePortlet on webshpere6. I'm basing my configuration on the portlet.xml file which comes with the portletbridge-portlet-1.2.war. When I run my app server the portlet gets picked up however I get the following: WARN |javax.portlet.PortletException: Downstream error: id is null javax.portlet.PortletException: Downstream error: id is null ... ... Caused by: java.lang.IllegalArgumentException: id is null I decompiled the class which throws this error BridgeViewPortlet and the problem is with the idParamKey parameter returning null. Where should I be setting this? Thanks |