function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pujitha MadamanchiPujitha Madamanchi 

How do I display a list of values which are coming from other controller to page controller?

From a class I am parsing a xml and sending those values to another class. I am using tis second class as a controller for my vf page where I would like to display the values in a table so that the end user can select based on their needs.

When I am doing this, the constructor in the controller is being called and my values are becoming null. I tried using static variable but it did not work. 

Any thoughts on how this will work?
sfdcsushilsfdcsushil
How are you calling xml parsing class from VF page controller? Please provide some sample code.