Fill Dropdowlist with data from another screen

Asked

Viewed 35 times

1

I have a time zone screen where I have the fields name of the time zone, utc and daylight time only, it works fine. only that I have to create another "time zone period" screen with three fields the name of the time zone already registered and the start and end date. I am unable to bring the time zone name to my drodowlist. I would like a help pf

  • Make your question clearer and with some parts of your code, for better understanding.

  • In the constructor of the new window, add a parameter to receive what you want to pass, when you create the new window in the class where you have the data, you pass what you want by parameter and then you have access to the data on the other side

  • Is this data from the first screen saved in the database? Post the code of your view and controller to make it easier to solve.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.