Hi all !

In the BeanShell code we have access to a map called "context" we can use to
put variables used therefter in the freemarker ftl files.
   bsh: context.put("thisvariable", "value");

  ftl: ${thisvariable}

Is there a way to get access to this map inside a Java code (for example in
an event, or in a call to the Java method inside the bsh) ?

I would like something like:
   java:
          Map mapContext = ????
          ...
          mapContext.put("thisvariable", "value");

   ftl: ${thisvariable}


Regards
  Olivier Michel
   Cypoint Systems Innovations AB
  http://www.cypoint.se

Reply via email to