No I use Xwiki 6.1 but I follow this link for documentation:
http://platform.xwiki.org/xwiki/bin/view/SRD/Navigation
________________________________
De : Thomas Mortagne <thomas.mortagne(a)xwiki.com>
À : Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>fr>; XWiki Users <users(a)xwiki.org>
Envoyé le : Vendredi 1 août 2014 15h29
Objet : Re: [xwiki-users] How to check $xcontext.get(xxxx) is empty?
And also, what is your target XWiki version ? Is it really 4.1 ?
On Fri, Aug 1, 2014 at 3:28 PM, Thomas Mortagne
<thomas.mortagne(a)xwiki.com> wrote:
It's not very clear how exactly are you executing
this wiki content
with Velocity in it ? Document#getRenderedContent call from Groovy ?
On Fri, Aug 1, 2014 at 3:16 PM, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr> wrote:
Hello,
I have "some" difficulty with my groovy/velocity code:
I manage to pass some parameter between my scheduler/groovy script to my velocity code of
my page but I need to check in my velocity code if my parameter exist (or not).
http://maven.xwiki.org/site/docs/xwiki-javadoc-4.1.x/com/xpn/xwiki/api/Cont…
By exemple, this code doesn't work:
{{velocity}}
#if ( $xcontext.get("DoCleanup")!=$null)
"DoCleanup" parameter doesn't exist
#else
DoCleanup parameter from groovy code is $xcontext.get("DoCleanup")
#end
{{/velocity}}
http://maven.xwiki.org/site/docs/xwiki-javadoc-4.1.x/com/xpn/xwiki/api/Cont…
return null if user have PR :-(
In fact, in my velocity code I need to detect who's launch the velocity script:
groovy code of scheduler or manually launch by the page containing velocity code.
Any idea how can I do?
Thxs.
Pascal B.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--
Thomas Mortagne
--
Thomas Mortagne