Hello All,
I have an requirement that when ever I click on customize Icon on a JSP
portlet, It has to
Point to the new portlet in customize window.. I could do this using
"_customizer" parameter

<parameter name="_customizer" value="CustomizePortlet" hidden="false"
            cachedOnName="true" cachedOnValue="true"/>

Now here in this Customize Portlet which is JSP portlet I have two
buttons which when clicked
has to take to new page. Here what's happening is that when I click on
the button, It is
coming back to main portlet page without doing anything. What's the
problem??

In My JSP I have given form action as following.
<form method="POST" action="<jetspeed:dynamicUri/>"
enctype="application/x-www-form-urlencoded">

Do I need to change the value of action so that the new JSP will be
displayed in customize window itself?

Please let me know the solution.

Note: I am using Jetspeed 1.4b1.


Thanks & Regards,
Sunil Sheshadri,


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to