Hi, Is there any way, in a JSP Portlet, that a class other than the default "controls.Customize" class could be invoked when the user clicks on "customize" icon? Or is there any other way of changing the customization portlet/page to generate different content based on a set of dynamic data?
I tried overriding the buildConfigureContext method, based on the example in Tutorial-8 (JSP Portlet - TutorialStockQuoteAction.java), but can't get it invoked for customization. What am I missing? Thank you. Armagan.
