The latest build (5.0.16) comes with a new URLBuilder. The problem I now have is that some AJAX'ified javascripts suddenly stops working because the context now contains illegal characters (for example the @ symbol of an email address). I therefore need to encode the parameters before building the context URL. As some of these parameters contain the Id of a DOM object I cannot just convert these parameters before calling the javascript function because sometimes they will be used to get the value of a control (using their id). I therefore need to encode the parameters in javascript. Is there already a Tapestry URL encoder for Javascript (I mean the Tapestry proprietary URL encoder)?
Thanks, Martijn Brinkers --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]