cancel
Showing results for 
Search instead for 
Did you mean: 

How to get select option values to next veiw?

Former Member
0 Kudos

Hi All,

I Have two view, first view contains selection screen, 4 input values, in that 2 are select options and 2 are normal.

When i give some values (inputs) here and click on button it goes to next view. I want to move these inputs to next view. how to do this? I want to read in next view and i have to pass these values to smartform.

Thanks

venkat.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Venkat,

You can store the value in the attributes in component controller and then reuse them in next view ..

or if you are using the plugs for navigation you can pass your values in the parameter in plugs and then use thm in next view.

regards

Kuldeep

gill367
Active Contributor
0 Kudos

there will be a structure corresponding to the import parameter of smart form which requires select option.

it will have sign, option, low and high fields in the structure.

create a context attribute of that type in the view1 , view 2 and comp controller.

then set the attribute in one using the field symbol and data refernces.

and then use it in the view2.

thanks

sarbjeet singh