Hi all,

Is there a reason that buildNormalContext would be called twice for the same
portlet Action?
I am looking at the GenericMVCPortlet and it looks like it will only be
called once.

This is the xreg
    <portlet-entry name="CSR Customer Dream Screen"
            hidden="false" type="ref" parent="JSP" application="false">
            <meta-info>
                <title>Customer Dream Screen</title>
                <description></description>
                <image></image>
            </meta-info>
 
<classname>org.apache.jetspeed.portal.portlets.JspPortlet</classname>
            <parameter name="template"
value="/customerinfo/p_dream_screen.jsp"
                hidden="false" cachedOnName="true" cachedOnValue="true">
                <meta-info/>
            </parameter>
            <parameter name="action"
            value="customerservice.DreamScreenAction" hidden="true"
            cachedOnName="true" cachedOnValue="true">
            <meta-info/>
            </parameter>
            <media-type ref="html"/>
            <url cachedOnURL="false"/>
    </portlet-entry>

DreamScreenAction extends GenericMVCAction.  buildNormalContext is getting
called twice.  I am at a total loss why.

Any ideas, pointers

Thanks in advance.

Dmitry


Reply via email to