You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Tom Zurkan <tz...@citizensportsinc.com> on 2009/06/16 03:45:13 UTC

IE rendering the "any" component informal parameters on a XHR encoded....

I have a form tied to a zone.  On FF everything works fine.  On initial 
render in IE everything renders fine.  However, after a form submit, the 
returned block which contains some anchors of type "any", renders its 
informal parameters encoded.

so, it looks like this before submission:

<a id="any-121e55b4424_0" onclick="initializeZone('79547656');CS.showHide('79547656');return 
false;" href="#">Comment</a>

and looks like this after submission:

<a id="any-121e55b4424_0" onclick="initializeZone(&apos;79547656&apos;);CS.showHide(&apos;79547656&apos;);return 
false;" href="#">Comment</a>

it replaces my single quotes with &apos;.  I assume it is in the partial 
render that this is happening.  I am just asking if anyone has seen 
anything like this before.  Or has any idea how to solve the problem.

IE complains that there are syntax errors....

Thanks!

Tom Zurkan

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