You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Davide Rossi <d....@libero.it> on 2001/08/17 02:54:32 UTC

getting the collection

How do I get the collection of a given object?
Have I to mess with path extraction or is there some "smart" method
available in slide?

Thanks,
    Davide.



Re: getting the collection

Posted by Dirk Verbeeck <di...@pandora.be>.
Davide Rossi wrote:

> How do I get the collection of a given object?
> Have I to mess with path extraction or is there some "smart" method
> available in slide?
>
> Thanks,
>     Davide.

Are you doing slide server programming ?
Then you can use:
      current = structure.getParent(slideToken, current);


Dirk