Hi I am working with a mixin that uses modals and I was trying to send % for the width and height of the modal.
This is the example: <t:actionLink t:id="linkId" id="linkId" t:mixins="myMixins/ModalPage" t:boxParams="width:80% ,height:80% ,opacity:0.7"> Link </t:actionLink> When I try to access to the page that contains the actionLink, this is the error shown: org.apache.tapestry5.internal.services.RenderQueueException Render queue error in AfterRenderBody[proxy/menu/EndPoint:showendpointlink]: Conversion = h, Flags = activeComponents - proxy/menu/EndPoint (class ar.com.condortech.lib.proxyWebLib.pages.menu.EndPointMenu) - proxy/menu/EndPoint:layoutroutes (class ar.com.condortech.afipSantoTomeWebapp.components.LayoutRoutes) classpath:ar/com/condortech/lib/proxyWebLib/pages/menu/EndPointMenu.tml, line 1 Should I have to treat the % as a special character? Thanks and Regards.