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-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to