Sorry for the strange subject :D, but i don't know the correct way to name it. I have something that looks like this:
<script type="text/javascript"> function showWindow2() { ${window2.componentResources.id}.setTitle("Ayuda") ${window2.componentResources.id}.setURL("${generarEnlace}"); ${window2.componentResources.id}.showCenter() } </script> But I would like to do something like adding two params to ShowWindow2 function and pass them to "generarEnlace". The thing is that... it could be possible? My final goal is to develop the functionality of helping links with modal windows, where un link looks like this: javascript:showWindow2(12,35) javascript:showWindow2(12,37) Each number are id's of form and field, respectively. Thanks in advance for the support ;D -- View this message in context: http://www.nabble.com/-t5--Is-there-anyway-of-passing-parameters-to-expressions--tp19047455p19047455.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]