cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple items from the controller context

Former Member
0 Kudos

I have one view, which displays a table (2 columns, multiple rows). I am selecting multiple rows from this table and storing one of the two column values in the controller context. I cant figure out how to pick these items from the controller context for display in another view I have created.

All suggestions appreciated.

Thanks,

Murtaza.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I am using the Component Controller.

kannan_avudai
Employee
Employee
0 Kudos

You can use Custom Controller or Component Controller to define the context data elements you need to share between views. Both view should just map to same context elements.

Regards

Kannan

Former Member
0 Kudos

I am doing all the mappings between the contexts and the views. But I cant figure out how to pick up a varying number of items from the controller context and putting them out in a view.

Regards,

Murtaza.

kannan_avudai
Employee
Employee
0 Kudos

Are you using Custom Controller or Component Controller to define the context data that needs to be shared between views ? You can not do this with view controllers.