cancel
Showing results for 
Search instead for 
Did you mean: 

value from first view

Former Member
0 Kudos

Hi

I have an application where in first view I am displaying the date input field.After entering and pressing the button I have to go to the second view and use this date there.Please tell me how to get this value.I created 2 controls for 2 views.Please tell me indetail.

Thank You.

Regards

Giri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

don't you use MODEL ?? If yess declare the variable in the model...

Former Member
0 Kudos

Hi

Yes I declared it in model but I am getting null values.When I went to the debug mode and checked in the CONTROLLER (importing parameter of view) I got this value.Please tell me how to access it.

Thank You.

Regards

Giri

Former Member
0 Kudos

Can you show me the Code how you are trying to bind it...

1. is there a refernce of the model in the controller in the attributes of the controllers/ views. If not create a reference variable..

model type ref to model.

then use the model binding either 2 ways.

model->myvariable OR

//model/myvariable.

Hope this helps.

Answers (0)