Re: How to create nested properties

2004-06-07 Thread Julian Reschke
Lanto Randriamiharisoa wrote: My first goal is to create only properties inside properties. For the ability to change them separately, it's not necessary There is no such thing as "properties inside properties". What you're referring to are properties that have structured content. Best regards,

Re: How to create nested properties

2004-06-07 Thread Lanto Randriamiharisoa
ssage - From: "Julian Reschke" <[EMAIL PROTECTED]> To: "Slide Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, June 07, 2004 1:20 PM Subject: Re: How to create nested properties Jacob Lund wrote: What you are referring to is not nested properties but

Re: How to create nested properties

2004-06-07 Thread Jacob Lund
7, 2004 1:20 PM Subject: Re: How to create nested properties > Jacob Lund wrote: > > What you are referring to is not nested properties but xml elements placed > > in the string value of a property. > > > > The WebDAV protocol does not support nested properties directly.

Re: How to create nested properties

2004-06-07 Thread Ingo Brunberg
Properties are Strings. Just construct the complex type within your application. Ingo > I want to add a new nested property for a new file created on WebDav, > like the properties "supportedlock" or "resourcetype" on files or > collections. > > The problem is that the method WebdavResource.pro

Re: How to create nested properties

2004-06-07 Thread Julian Reschke
Jacob Lund wrote: What you are referring to is not nested properties but xml elements placed in the string value of a property. The WebDAV protocol does not support nested properties directly. /jacob What would be the definition of "nested property"? Best regards, Julian -- bytes GmbH -- http://www

Re: How to create nested properties

2004-06-07 Thread Jacob Lund
IL PROTECTED]> Sent: Monday, June 07, 2004 11:00 AM Subject: How to create nested properties > > I want to add a new nested property for a new file created on WebDav, > like the properties "supportedlock" or "resourcetype" on files or > collections. > > T

How to create nested properties

2004-06-07 Thread Lanto Randriamiharisoa
I want to add a new nested property for a new file created on WebDav, like the properties "supportedlock" or "resourcetype" on files or collections. The problem is that the method WebdavResource.proppatchMethod() doesn't offer this possibility : the Hashtable needed by this method must have a