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

Reg: Working on Wrapper Class
Hi,
I have an object "DynamicData__c" with fields Fieldname__c & ObjectName__c.
In Fieldname__c & ObjectName__c i am entering field api name and object api name. Like this i created records for DynamicData__c.
Now, I need to construct a new VF page Dynamically.
In this process i should use wrapper class to return both objectname list and fieldname list to <apex:inputField> tag.
By the returned values i need to place the input fields of an object on VF page.
i will use <apex:inputField value="{objectlist.fieldlist}"/> in repeater.
If u have sample please send, its important for me.
Regards:
Ramya