RE: Unable to get custom attributes value in Mixin from Select control

2017-03-31 Thread Ankit Jain
gards, Ankit -Original Message- From: Nathan Quirynen [mailto:nat...@pensionarchitects.be] Sent: Friday, March 31, 2017 4:05 PM To: users@tapestry.apache.org Subject: Re: Unable to get custom attributes value in Mixin from Select control Hi, What version of Tapestry are you using? I think

Re: Unable to get custom attributes value in Mixin from Select control

2017-03-31 Thread Nathan Quirynen
Hi, What version of Tapestry are you using? I think since version 5.4 it is required to add the mixin prefix to its parameters: t:[mixin-name].[parameter-name]="[property-name]" So in your case: Maybe that is the problem you are having? Nathan Op 29/03/2017 om 11:42 schreef Ankit Jain:

Re: Unable to get custom attributes value in Mixin from Select control

2017-03-30 Thread Christian Riedel
hi ankit, 1. no need to post your questions to both, dev and users lists. this is a user-list topic. 2. don’t mix parameters and expansions ($-notation). try: @Parameter // leave the defaultPrefix as is private String varid; t:model="dropDownDateValues" > t:valid