cancel
Showing results for 
Search instead for 
Did you mean: 

how to pass parameter to action methods

Former Member
0 Kudos

Hi,

I have a button. Enter action method is associated with this. In the Enter action method, I have added a parameter named param1. When the button is clicked, this method is called automatically. But how do I pass parameters to this method, which I have declared ?

Regards,

Suresh.

Accepted Solutions (1)

Accepted Solutions (1)

former_member515618
Active Participant
0 Kudos

Hi Suresh Babu,

The associated method (Event Handler) is triggered by default and cannot pass the values. Instead, use the context node or attributes to set/get the values in the event handler method.

Regards,

Sravan Varagani

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hello Suresh,

please refer to event parameter mapping using dynamic programming.

Best regards,

Thomas