Frans Thamura wrote:
> Dear All,
>
> I need your feed back.
>
> I try to implement inherited portlets, or recursive
> portlet. I want to try SWING implementation in my web
> pages.
>
> Please see the image at:
>
>
>http://blueoxygen.linuxindonesia.com/project/kahiji/api/Jetspeed/myblueoxygen.org%203.jpg
>
> Can you see the number near the red circles.
>
> I got problem with this..
>
> If I click the customize button the url will be
>
> http://id3:8080/kahiji/portal?action=controls.Customize&portlet=2
>
> but I can access it using.
>
> http://id3:8080/kahiji/portal/action/controls.Customize/portlet/2
>
> So every number have to use above URL, but the fact is
> every portlet have their own design..
>
> Like Main Page tab (1) is same with Main Page portlet
> (1), DeveloperXchange (3) is same with Headline 1(2)
>
> Strange isn't it???
>
> Would you explain to me what is it???
>
I'm not exactly sure what you're trying to do but the panes numbering scheme
is based on a left-most tree traversal of the portlets children of a PSML
resource.
By definition, this will always return unique pane ids within a single PSML
resource and will always generate conflicts if you try to display at the same
time the content of 2 PSML files.
If this numbering does not suit your need, you simply have to implement
in another fashion the PSMLDocument interface and an alternate PsmlManager
to take advantage of this implementation.
--
Raphael Luta - [EMAIL PROTECTED]
Vivendi Universal Networks - Paris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]