Hi.
I created a Z Component name ZFIRST.
I created a view (Firstview) in that component.
I created another Z component name ZSECOND
I created a view (Scondview) in that componet.
I Assign component useage in the ZFIRST for ZSECOND.
I created custom controller in ZFIRST
Based on that custom controller i bind the view in ZFIRST as well as ZSECOND view also.
In First view i have the button and one Input field which is binding from the custom controller.
After executing when i enter the value into the input fields and press the Button.
Then it opens the pop up but it is not display the value.
How to get value to the popup window input field also.
Where i have to write the code and what code i have to write.
I did not provid any navigation link also.
It open the Secondview in the popup with the help of component useage.
But i did not get the custom controller data into the popup window.
If i enter the value in the first view how i will know it will stored in the Custom controller.
With in the component it is working fine.
If we have to take another component then only it is not working.
How to get the data from the view to popup window.
Based on that value i have to retrive the data from the database table and display that data.
Please help me in this issue.
Regards.
B. Krishna