cancel
Showing results for 
Search instead for 
Did you mean: 

How to get back data from view to the controller ?

Joseph_BERTHE
Active Contributor
0 Kudos

Hi,

I'm using MAM 3.0.

I have a view, which contains a dropdown list. When the user click on a link, I want to retreive the data from that dropdown list.

I've tried to gat access to the view context but in the controller (the event catcher) I don't have the context of my view ?!

I've tried also to send it to the link parameters, but that parameters don't accept Object only String.

I don't have any clue.

Please help me

Kind regards

Joseph

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186016
Active Contributor
0 Kudos

Was Not correct !

Former Member
0 Kudos

Hello,

MAM is not using WebDynPro. So that context mapping/resolving does not work.

Thank you,

Julien.

Former Member
0 Kudos

Hello,

From any view controller you can call getContext to retrieve the context and then you get the value you want from it.

With that context you can manipulate any kind of objects.

Thank you,

Julien.