I don't see any troubles in your xreg neither in your class extending
abstractinstanceportlet.

It "should" work, but I don't understand why it doesn't... sorry.

> -----Message d'origine-----
> De : Danh Hoai [mailto:hoai@;indent.org]
> Envoy� : vendredi 18 octobre 2002 18:08
> � : Jetspeed Users List
> Objet : Re: Problem registering multiple instances using same portlet
>
>
> Thanks for your input, it's still not working right. (I
> created the default
> abstract)
>
> I just discover that if I minimize one portlet, the other
> will show up, not
> both portlets at the same time.
> again, am I doing something wrong in the config?   In the
> portlet class I
> extends AbstractInstancePortlet.
>
> Thanks
>
>
>     <portlet-entry name="MYHTML" hidden="false" type="abstract"
> application="false">
>         <security-ref parent="default"/>
>
> <classname>com.indent.portlets.PageDispatcherPortlet</classname>
>         <media-type ref="html"/>
>         <url cachedOnURL="true"/>
>     </portlet-entry>
>
>     <portlet-entry name="test1" hidden="false" type="ref"
>         parent="MYHTML" application="false">
>         <meta-info>
>             <title>test 1</title>
>             <description>test 1</description>
>         </meta-info>
>
> <classname>com.indent.portlets.PageDispatcherPortlet</classname>
>         <url cachedOnURL="true">/html/docMgmt.htm</url>
>         <parameter name="url"
>             value="discussionForum"
>             hidden="false" cachedOnName="true" cachedOnValue="true"/>
>     </portlet-entry>
>
>     <portlet-entry name="test2" hidden="false" type="ref"
>         parent="MYHTML" application="false">
>         <meta-info>
>             <title>test 2</title>
>             <description>test 2</description>
>         </meta-info>
>
> <classname>com.indent.portlets.PageDispatcherPortlet</classname>
>         <url cachedOnURL="true">/html/docMgmt.htm</url>
>         <parameter name="url"
>             value="docMgmt"
>             hidden="false" cachedOnName="true" cachedOnValue="true"/>
>     </portlet-entry>


--
To unsubscribe, e-mail:   <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>

Reply via email to