Hi, I am unable to get custom attributes (t:varid) value in Mixin (mixinDropDown) from Select Input control.
<select t:type="select" t:value="dateDropDown" t:model="dropDownDateValues" t:validate="prop:fieldValidator" encoder="stringEncoder" varid1="${ob1.sub1.sub2.id}" t:varid="${ob1.sub1.sub2.id}" t:mixins="mixinDropDown" t:dataType="dropdown" style="width:${tbxwidth}" t:blankOption="prop:blankOption"></select> In mixinDropDown, I have declared the varid as following: @Parameter(defaultPrefix = BindingConstants.LITERAL) private String varid; when I am accessing it in AfterRender, 'varid' is coming as null. Note: I have tested that "${ob1.sub1.sub2.id}" is returning a valid value and not null. Regards, Ankit [Aspire Systems] This e-mail message and any attachments are for the sole use of the intended recipient(s) and may contain proprietary, confidential, trade secret or privileged information. Any unauthorized review, use, disclosure or distribution is prohibited and may be a violation of law. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.