Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have integrated spring portlet MVC 3.0 into Weblogic Portal 10.3. However, when I tried to activate multi-thread options in portlet, the maximized and minimized windows of portlets didn't run properly.

All my portlets are JavaPortlet as the configuration as below:

<?xml version="1.0" encoding="UTF-8"?>
<portal:root xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0" xmlns:portal="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0 portal-support-1_0_0.xsd">
    <netuix:javaPortlet definitionLabel="offshoreTechnology" offerRemote="false"
        forkable="true" forkPreRender="true" forkRender="true"
        portletName="offshoreTechnology" title="Offshore Technology">
        </netuix:javaPortlet>
</portal:root>

The forkable="true" forkPreRender="true" forkRender="true" will activate the multi-threading portlet.

Does anyone have such problem?

share|improve this question
forkable="true" forkPreRender="true" forkRender="true" – Bill Tsay Jun 27 '11 at 18:24

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.