You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Fabio Latrofa <fl...@sivaspa.com> on 2002/12/18 15:49:40 UTC

JSP & buildConfigureContext

I'm trying to override the buildConfigureContext(...) method of the JspPortletAction class but the method is not executed clicking the portlet's customize action button.

I wrote down a very simple test: only a debug statement. The debug string doesn't appear in the log file.

    protected void buildConfigureContext(Portlet portlet, RunData rundata)
            throws Exception {
        Log.debug("customizer-test");
    }

Is there any property to set up or something else to do?

Regards,

Fabio Latrofa
SIVA S.p.A
Mail: flatrofa@sivaspa.com
Tel. +39 0654220452
Fax +39 0654220484