1 Reply Latest reply on Jan 6, 2007 10:03 AM by kukeltje

    Delegation configuration

    leobaz2

      Can the configuration of a delegation contain references to variables? Since it isn't in the documentation, I am assuming it can't. I just want to make sure.

      For example, I want to be able to say:


      myvar


      where "myvar" is actually a variable reference.

        • 1. Re: Delegation configuration
          kukeltje

          sure why not.. the only thing is that in your delegation, you use this to get to the variable. It is not done automatically, but only one line of code:

          context.getVariable(name)

          where name is the variable itself