Skip to Content
0
Former Member
Nov 29, 2006 at 05:14 PM

How manually accessing Value Attributes from a Context ?

30 Views

Hi,

I have some problems in understanding how to access "Value Attributes" from a context.

I like to read some data manually within a method in the custom controller class.

my context looks like this:

Context:

|- Request_xyz (=Model node)

..|- Response (=Model node)

....|- Result (=Model node)

.......- city (=Value Attribute)

.......- country (=Value Attribute)

(... are used as spaces, only for formatting the context for the forum)

But how can I now read/access the string data/values from "city" and "country"? They are filled with data from a webservice.

Thanks a lot for your help.

Best regards