Monday, June 3, 2013

what method is executed after action method execution?

Portlet container invokes the render method in the same portlet mode as the preceding action method, unless the action method changes the portlet mode.

i.e
if  Action method called from view mode then container invokes view render method after action method execution finishes

if Action method called from Edit mode then container invokes Edit render method after action method finishes

No comments:

Post a Comment