accessing CustomViewContext from mfa script
Cantor, Scott
cantor.2 at osu.edu
Fri Jan 20 17:46:04 EST 2017
On 1/20/17, 5:42 PM, "users on behalf of Jim Fox" <users-bounces at shibboleth.net on behalf of fox at washington.edu> wrote:
> Is that the best way? It seems like kind of a long path.
> I've already used the 'customObject-ref' for another bean.
I never remember the exact map entry syntax, but you'll get the point.
<util:map id="MyBean>
<entry key="foo" value-ref="SomeBean">
<entry key="bar" value-ref="SomeOtherBean">
</util:map>
customObject-ref="MyBean"
...
custom["foo"].method()
-- Scott
More information about the users
mailing list