Hi,
I want to use url Rewriting in Jetspeed. For thise i use the portle WebSurfPortlet
like following :
<portlet-entry name="WebSurfPortlet" hidden="false" type="abstract"
application="false">
<classname>com.sysdeo.jetspeed.test.modules.actions.portlets.WebSurfPortlet</classname>
<parameter name="dont_remove_applet" value="yes" hidden="true"
cachedOnName="true" cachedOnValue="true"/>
</portlet-entry>
<portlet-entry name="ApplicationWithPortlet" hidden="false" type="ref"
parent="WebSurfPortlet" application="false">
<classname>com.sysdeo.jetspeed.test.modules.actions.portlets.WebSurfPortlet</classname>
<parameter name="portletid" value="surf1" hidden="true"
cachedOnName="true" cachedOnValue="true"/>
<parameter name="new_url"
value="http://jakarta.apache.org" hidden="false"
cachedOnName="true" cachedOnValue="true"/>
<url cachedOnURL="true">http://jakarta.apache.org</url>
</portlet-entry>
The goal is too rewrite all url in the page
The Portler WebSurfPortlet is not process url in action like :
<FORM method="POST" action="login.do">
QUESTION 1: Is there new version from WebSurfPortlet who processing form???
QUESTION 2: Do you know others portlets of Rewrinting????
Thanks a lot
Alexandre