[Portletbridge-users] URL Rewriting and Action Requests
Brought to you by:
dkfn
|
From: <Flo...@rw...> - 2008-08-05 15:20:50
|
Hi, action requests - for example sending from data - is not working for me with PortletBridge. I am struggling with some formular that is displayed in a portlet using PortletBridge. The content is requested from some external link and the initial page is correctly proxied by PortletBridge. Images are displayed for example. But the form action is handled like all other links in the page. But this link should trigger a action request and not a render request, right? Looking into the code I saw in class BridgeFunctions, that there is a call of method createBridgeRequest of Interface PortletBridgeMemento. In the implementation DefaultPortletBridgeMemento I only see call of method createRenderURL of interface RenderResponse. There is now call to createActionURL of the same interface. Means there is actually no possibility to rewrite the form action link into a action request. Am I right? Cheers Florian |