Ok, since I got no response I have found it on my own :)
using the 'it' variable it has a 'getAction' method which accepts a string
So if ones action fully qualified name is org.myplugin.HelloWorldAction
he can use the following in the .jelly file
it.getAction('org.myplugin.HelloWorldAction')
On Friday, July 27, 2012 1:00:56 AM UTC+3, aviad lich wrote:
>
> Hi All
> I have written a HelloWorld extension
> And i want to use the email-ext action to send me data from this
> HelloWorld action
>
> I would like to understand better the entrance point of the jelly script
> And how can i use it to get my specific action
>
> Thanks
>