You need to sign in to do that
Don't have an account?

How to pass from one VF,controller variable values to another VF page input text field/Controller variable without refreshing entire page?
Hi All,
I have one VF page i.e VF1 with the controller C1.Parent page on which I'm clicking the img , next to input text. and showing the popup with below page & controller.
I have another Vf page(Popup Screen Page) i.e VF2 with the controller C2.(For popup screen).By clicking the button on this screen,I'm calling the method in C2.In this method, I'm storing few values in string and list variables and closing that popup screen from the same method.
while closing popup screen, I need to assign that string to VF1 input text field(same as lookup functionality) and C1 variable and that list to C1 list variable with out refreshing VF1 page.
Any one please guide on this.Thanks for taking time to help me!!
Thanks,
I have one VF page i.e VF1 with the controller C1.Parent page on which I'm clicking the img , next to input text. and showing the popup with below page & controller.
I have another Vf page(Popup Screen Page) i.e VF2 with the controller C2.(For popup screen).By clicking the button on this screen,I'm calling the method in C2.In this method, I'm storing few values in string and list variables and closing that popup screen from the same method.
while closing popup screen, I need to assign that string to VF1 input text field(same as lookup functionality) and C1 variable and that list to C1 list variable with out refreshing VF1 page.
Any one please guide on this.Thanks for taking time to help me!!
Thanks,
Please see the help in the link given below :
http://www.aspsnippets.com/Articles/Pass-value-from-child-popup-window-to-parent-page-window-using-JavaScript.aspx
If it still does not help you than please share your code so that i can help you.
Regards,
Abhishek.