Re: ESP syntax

2008-09-02 Thread Alexander Klimetschek
Cool, thanks for adding to the documentation! Regards, Alex On Tue, Sep 2, 2008 at 11:14 AM, Renaud Richardet <[EMAIL PROTECTED]> wrote: > hi, > > I was also looking for some documentation re ESP, thanks for the > pointers. I have put a demo ESP file in the wiki: > http://cwiki.apache.org/conflue

Re: ESP syntax

2008-09-02 Thread Renaud Richardet
hi, I was also looking for some documentation re ESP, thanks for the pointers. I have put a demo ESP file in the wiki: http://cwiki.apache.org/confluence/display/SLING/Scripting+variables HTH, Renaud [EMAIL PROTECTED] schrieb: Hi, I've been looking for the Sling ESP reference documentation, b

Re: some more ESP syntax

2008-06-30 Thread Juerg Meier
Thanks Bertrand & Felix, very helpful! -- Juerg On Mon, 2008-06-30 at 07:50 +0200, Bertrand Delacretaz wrote: > Hi Juerg, > > On Sun, Jun 29, 2008 at 11:33 PM, Juerg Meier <[EMAIL PROTECTED]> wrote: > > ...In JCR, I get an Item by absolute path the with Session.getItem(). How > > is this done in

Re: some more ESP syntax

2008-06-30 Thread Felix Meschberger
Hi, Bertrand Delacretaz schrieb: Hi Juerg, On Sun, Jun 29, 2008 at 11:33 PM, Juerg Meier <[EMAIL PROTECTED]> wrote: ...In JCR, I get an Item by absolute path the with Session.getItem(). How is this done in Sling/ESP? There must be a predefined variable that offers a getItem() or similar method

Re: some more ESP syntax

2008-06-29 Thread Bertrand Delacretaz
Hi Juerg, On Sun, Jun 29, 2008 at 11:33 PM, Juerg Meier <[EMAIL PROTECTED]> wrote: > ...In JCR, I get an Item by absolute path the with Session.getItem(). How > is this done in Sling/ESP? There must be a predefined variable that > offers a getItem() or similar method, I assume?... The ScriptableN

some more ESP syntax

2008-06-29 Thread Juerg Meier
hi everybody, Sorry, short question on ESP syntax again. In JCR, I get an Item by absolute path the with Session.getItem(). How is this done in Sling/ESP? There must be a predefined variable that offers a getItem() or similar method, I assume? Thanks for any hint! -- Juerg

Re: ESP syntax

2008-06-24 Thread Felix Meschberger
Hi Juerg, [EMAIL PROTECTED] schrieb: Hi, I've been looking for the Sling ESP reference documentation, but google was not really helpful in this. Can somebody point to some doc? To complement Bertrand's post: ESP is much like JSP but using JavaScript (Rhino implementation) instead of Java a

Re: ESP syntax

2008-06-23 Thread Bertrand Delacretaz
Hi Juerg, On Mon, Jun 23, 2008 at 10:58 AM, <[EMAIL PROTECTED]> wrote: > ...I've been looking for the Sling ESP reference documentation, but google was > not really helpful in this. Can somebody point to some doc?... Unfortunately not, we don't have serious docs for that at the moment. The lang

ESP syntax

2008-06-23 Thread jcr
Hi, I've been looking for the Sling ESP reference documentation, but google was not really helpful in this. Can somebody point to some doc? Thanks, Juerg