I found spring pet portal example from the net from location http://springframework.cvs.sourceforge.net/springframework/spring/samples/petportal/
I deployed this example in weblogic but the "ACTION PHASE" never gets executed. "RENDER PHASE" seems to be working fine.
<portlet:action /> tag does not seem to work.
What am I missing?
<form>tag :) now it works..... solution is to useescapeXmlattribute of<portlet:action />– gbagga Sep 18 '11 at 10:03