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

Visualforce page with a list of standard and custom objects!!!
Hi,
I need to build a visualforce page that does the following:
1. It has a controlling picklist that displays all the custom and standard objects of the org.
2. It has a dependent multi select picklist of all the fields of object selected in controlling picklist mentioned above.
Please help me with the code.I 've found few examples , but they use sObjects (list) . I don't want to go through that approach. Is there a better way?
Not sure what you're asking: ... "but they use sObjects (list)." I've actually written something like this previously. It goes like this:
This is just an example, but it should work out of the box with minimal fuss.
This helped a lot, Thanks a lot for your time and effort. But on seletion of the object in picklist I am geyying this error message given below:
Return type of an Apex action method must be a PageReference. Found: core.apexpages.el.ApexELResolver$VisualforceArrayList.
Can you please help me with that?
and there is no !loadfields action in class So I replaced it with GetFields method of yours!!!