Hi Ate and Charly, I'm working on the same thing. I'm currently using Liferay's implementation for ServletContextProvider (com.liferay.util.bridges.struts.LiferayServletContextProviderWrapper) .
Ate Douma wrote: > > - in the LiferayToPortalBridgePortletResourceURLFactory you seem to simply > generate a Portlet RenderURL for the ResourceURL. > How can that ever work? I would assume Liferay is going to render a > full page for such a request and not just the output of > the targetted portlet (with full control over its response). > Sorry, that is probably my fault. I was trying to create an implementation of PortletResourceURLFactory for Liferay since there isn't one currently. I based it on the svn commit I found on here: http://www.nabble.com/svn-commit%3A-r543172----portals-jetspeed-2-trunk-commons-src-java-org-apache-jetspeed-portlet-PortletResourceURLFactoryImpl.java-tf3847355.html#a10896778 But I'm not sure about how Liferay has done its implementation, so it's been severely reduced. I couldn't see any methods for creating a ResourceURL... Anyway, I've opened an issue regarding implementation at: http://support.liferay.com/browse/LEP-3873 No reply so far, unfortunately. I've also asked for some help on the Liferay forums: http://www.liferay.com/web/guest/community/forums/message_boards/message/169952 But again, no reply. At the moment this is the main issue holding me back. -- View this message in context: http://www.nabble.com/Portlet-howto-tf4587073.html#a13111385 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
