cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Data from View to Page with Flow logic through Controller

Former Member
0 Kudos

Hi All,

How to pass value from the inputfield in a view to a Page with flowlogic through

controller?

I have passed the value to Input field in the view. Now I need to pass this to

another Input field in the view after clicking a button in the same view.

Thanks in Advance

Sunil

Accepted Solutions (0)

Answers (1)

Answers (1)

f_roels
Participant
0 Kudos

Hello,

If you are using a statefull application then the easiest way is to create a variable in the application class. Save the input from the view it this variable during handle_data en then in the page with flowlogic use application->name_variable to read it.

An other way is to create a link to the page with flowlogic with after the link ?variable_name=value and in the page with flowlogic create a page attribute with the same name and turn on auto.

With regards,

Frank Roels