Re: Accessing the version history

2008-04-15 Thread Bertrand Delacretaz
Hi, On Tue, Apr 15, 2008 at 12:44 PM, Gert Vanthienen [EMAIL PROTECTED] wrote: How can I access a node's version history in ESP? Right now, I have... % history = currentNode.getVersionHistory(); out.println(history); versions = history.getAllVersions(); out.println(versions); %

Re: Accessing the version history

2008-04-15 Thread Bertrand Delacretaz
On Tue, Apr 15, 2008 at 2:05 PM, Bertrand Delacretaz [EMAIL PROTECTED] wrote: ...the easiest way might be for SlingWrapFactory to have a list of interfaces that must be wrapped by the default wrapper instead of our custom ones, and include VersionHistory in that list If you want to