Ah, I see the problem is the bad documentation of the methods in
WebdavResource.

I meant you should create a 'new PropertyName("DAV:", "group-member-set")',
put that into a Vector "propVec" and then call
propfindMethod(DepthSupport.DEPTH_0, propVec). This should yield
something you can work with. If unsure search the archive for a code
snippet I posted a few days ago for finding out if a resource is
checked-out.

Regards,
Ingo

> Hi Ingo,
> Hm, when I use a property that works (e.g. "displayname") it makes no
> difference wheither I add "DAV:" or not. Both work fine.
> What exactly do you mean by "or better use a PropertyName" ?
> Isn't "group-member-set" a property name?
> I'm not so familiar with the expressions used when talking about slide and
> webdav.
> 
> Regards,
> Frank


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to