Skip to Content
0
Former Member
Sep 12, 2007 at 10:36 AM

MAM Context scope

28 Views

Hi folks,

I am using com.sap.mbs.core.api.Context in the following way:

1) setting a value via setValue(String some_string, Object myObj)

2) get value via getValue(String some_string)

unfortunately getValue() returns null. I've checked that hashtable of the Context is modified via setting, but afterwards the value has gone. Setting is performed in some event handler method inside controller e.g. onXEvent(), and getting from context is performed in different event handler onYEvent().

What could be the reason?

Thanks,

Lalo