JSP channel
Hello,
I am trying to use the JSP Desktop channel to publish the links in the
bookmark (or in my case a copy of the
bookmark) channel.
Herefor I load the properties of the 'iwtCopyOfBookmarkProvider'. Then I try
to display the
links by using the getStringProperty function to get the values of the
target attribute.
This works fine however it only gets me the first value ( first bookmark).
Does anyone know how I can get the other values (bookmarks) ?
Thanks,
Twan
[547 byte] By [
] at [2007-11-25 4:28:03]

Twan,
Use getListProperty() instead. It returns a Vector which should contain each
bookmark in 'iwtCopyOfBookmarkProvider'. See javadocs for
ProfileProviderAdapter for more details.
Charles
Twan Janssen wrote:
> Hello,
>
> I am trying to use the JSP Desktop channel to publish the links in the
> bookmark (or in my case a copy of the
> bookmark) channel.
> Herefor I load the properties of the 'iwtCopyOfBookmarkProvider'. Then I try
> to display the
> links by using the getStringProperty function to get the values of the
> target attribute.
> This works fine however it only gets me the first value ( first bookmark).
> Does anyone know how I can get the other values (bookmarks) ?
>
> Thanks,
> Twan
at 2007-6-29 2:29:35 >
