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

Six pageblocktables on one Visualforce page?
I need to place six pageblocktables on one Visualforce page. I'm not finding any examples on how the controller would work. I need to execute six different queries in the controller OR one SOQL query and maybe filter each pageblocktable with only the data it is supposed to display.
Please point me to any examples of how to return mutilple datasets from a controller to one Visualforce page with six pageblocktables.
Please point me to any examples of how to return mutilple datasets from a controller to one Visualforce page with six pageblocktables.
However, to give you a simple example I have written the following sample code:
Controller:
Page:
Please let me know if you need further help on this.
Thanks,
Kaustav
All Answers
However, to give you a simple example I have written the following sample code:
Controller:
Page:
Please let me know if you need further help on this.
Thanks,
Kaustav
Chris
Thanks,
Kaustav