yurbar
May 22nd, 2007, 06:40 AM
Hello guys,
I am working on the portlet development and I can't process portlet action request when using DispatcherPortlet.
On my jsp I am using the following form
<form name="CalendarHeaderForm" style="margin: -5px;" id="calendarform" action="<portlet:actionURL portletMode='view'/>">
But when I debug my application the only handleRenderRequest method invoked.
Maybe someone know why.
Thanks in advance.
Waiting for any suggestions.
Thanks.
I am working on the portlet development and I can't process portlet action request when using DispatcherPortlet.
On my jsp I am using the following form
<form name="CalendarHeaderForm" style="margin: -5px;" id="calendarform" action="<portlet:actionURL portletMode='view'/>">
But when I debug my application the only handleRenderRequest method invoked.
Maybe someone know why.
Thanks in advance.
Waiting for any suggestions.
Thanks.