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
SFDC_LearnerSFDC_Learner 

Passing wrapper list

Hi

 

Here 

"wrapperList" is a list of wrapper data.

 

 

<apex:attribute name="d1" assignto="{!wrapperList}" type="outerclass.Innerwrap[]" description="Data to pass"/>

 

 

how can i pass wrapper list to the type.

Yoganand GadekarYoganand Gadekar

I dont think this is possible,,, you can pass a object type like account[], contact[]... your wrapper is a custom type...

 

Or may be you can just try to create same wrapper class and then the wrapper list varibale in the class where you are passing the attribute..

type=wrappervaribale[]