Hi Juan,
Should I have to treat the % as a special character?
I don't think the "%" is the problem. I think that Tapestry confused by the String starting with "width:" Tapestry uses the first part of a parameter before the ":" as a binding prefix. And width is not a valid binding prefix. As a fix i recommend either of the following: -Supply the parameter with a valid binding prefix, e.g. "literal:width:80%,height:80% ,opacity:0.7"
-Split up the parameter into three (width, height, opacity).
Cheers nillehammer

--
http://www.winfonet.eu


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to