Question
Getting the container name in OIR
Hi Everyone,
I need to get the container name in th format of string in my OIR to set some custom attribute. The attribute "containerReference" does not exactly equal to the container name as we use wtContainerRef.getName(); to get this.
Can any one tell how to get this?
<AttrValue id="view.id">
<Value algorithm="wt.rule.algorithm.BooleanBranch">
<Value algorithm="wt.rule.algorithm.StringEqualsTest">
<Attr id="containerReference"/>
<Arg>Test Product</Arg>
</Value>
<Arg>YES</Arg>
<Arg>NO</Arg>
</Value>
</AttrValue>

