What are the methods called by myWMS when a portlet is rende

Hi,

I’ve portlets that use a lot of java coding, I want to prepopulate the portlet view(s) with data when the portlet is rendered on the browser window.

You may override the beforeRenderResponse() method of the portletDefaultView.java to recieve a callback from the JavaServer Faces lifecycle right before the page is rendered.

See lifecycle sample project @
Portal\mycomponents\samples\caf_lifecycle\wm_LifeCyclePhaseListener