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-31 Thread Ankit Jain
Hi Nathan, Thanks a ton, in earlier versions, we could share context between mixins. My problem was happening as I was sharing parameter with the 2 mixins. So, problem was rectified by using different parameters for different mixin. I don't have to specify mixin name to the parameter. Regards, An

Re: Location of assets

2017-03-31 Thread Jaroslav Ciml
Hi Christian, I am sorry for a very late response. The absolute path does not work actually. If I use e.g. background-image: url('/images/myimage.png'); in a css file, the image is not displayed. The image location in my directory structure is src/main/webapp/images/myimage.png and Tapestry prov