You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by "Thakkar, Hetal" <he...@citigroup.com> on 2003/08/25 23:12:20 UTC

passing parameters to Jelly program

Is there anyway to pass parameters to a Jelly program? I am interested in passing one or more objects, not just string parameters.

Thanks,
Hetal

Re: passing parameters to Jelly program

Posted by Paul Libbrecht <pa...@activemath.org>.
Thakkar, Hetal wrote:
> Is there anyway to pass parameters to a Jelly program? I am interested in passing one or more objects, not just string parameters.

Well, then you need to grasp the context object the jelly program will 
run with.

Look in the source of the jelly runner (org.apache.commons.jelly.Jelly), 
it's pretty small.


Paul