You need to sign in to do that
Don't have an account?
GauravKumar
How Can we use recordSetVar and extensions together
Hi ,
I have made an Standard Controller page. In this Standard controller page i have used like this
but this give error
Error is :
I think This error comes due to use recordSetVar and extensions together is there is any alternate solution of this or i am wrong at an any step
How can I do this. Can you plz help me
I have made an Standard Controller page. In this Standard controller page i have used like this
Code:
<apex:page standardController="Contact" tabStyle="Contact" recordSetVar="allContacts" extensions="ContactMassUpdate" showHeader="true">
Error is :
Code:
Save error: Unknown constructor 'ContactMassUpdate.ContactMassUpdate(ApexPages.StandardSetController controller)'
How can I do this. Can you plz help me
First i have used this in our Controller Class
in palce of above code I have used this
now this works good .Problem solved :)
All Answers
First i have used this in our Controller Class
in palce of above code I have used this
now this works good .Problem solved :)
Hi Gaurav,
You have given the same code below,
it does not seem to solve the problem,
could you please tell what you did to achieve it ?
Regards
Rajat
these 2 constructors are different. first one is of a standard controller and second one is of a standardsetcontroller