12.03.2002 19:49:27, Haiying Qiao <[EMAIL PROTECTED]> wrote: >I am trying to slide tags, It is very handy! Thanks! >But it seems no tag to check whether a node is collection or not.
Well, collections are a concept from the WebDAV world, Slide itself doesn't make a difference between collection and non-collection resources. That's why I decided to not support it directly in the taglib either. Still you can check for collection resources by checking whether the "DAV:resourcetype" property's value equals "<collection/>". >Also, the property tag seems not work, I checked source code, >findRevision() method always return null for PropertyTag. Anybody >ever used the tag with a success? Yeah, I've used all of the tags with success :o). However, there may be some quirks, especially in the realm of implicit communication between nested tags. I'd be happy to review and eventually apply a patch if you find the exact cause of the problem ;o) -chris ________________________________________________________________ cmlenz at gmx.de -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
