cancel
Showing results for 
Search instead for 
Did you mean: 

simple type binding

Former Member
0 Kudos

I declared in the context an element for having a custom simple type defined by me.

I use this type for a drop down element.

I filled this simple type dynamically in the controller init.

How can i access in another view all the elements (that i have filled in the controller init method) for this simle type, not only the selected key??

Thnak you,

Florin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Florin,

1. Create same attribute in component controller.

2. Move your code for dynamic value set to component controller init

3. Map any original view context attribute and context attribute of any additional view(s) to attribute in component controller.

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

Answers (0)