cancel
Showing results for 
Search instead for 
Did you mean: 

how to set value for attribute in component controller from view method??

mangesh_sonawane
Participant
0 Kudos

hi i want to set value for attribute in component controller from view method

How to do this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

there are many ways to do this:

1. get node from component controller in view context in context tab and set attribute of this node in view

2. create a method which set attribute in componnet controller and call it in view .

please reward point if helpful

Answers (1)

Answers (1)

0 Kudos

1. Goto COMPONENT CONTROLLER and ATTRIBUTE TAB define the Attribute.

2. Goto View Method WD_COMP_CONTROLLER->Attribute_Name = Value