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

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.
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[]