[ZPT] ampersand escape problem.

Michael Rowley os2mac at earthlink.net
Wed Jan 5 23:19:12 EST 2005


Hello,

I have been researching this, but have found no solution.

I am trying to pass a cmf Plone, Archetypes call to createObject  
through a java window.open call, but th eproblem is, I want to specify  
the script_id to createObject... which makes the call

winref=window.open('http://here/createObject? 
script_id=script&type_name=type')

which, of course, zpt craps all over by changing it to  
"script_id=script&type_name=type"

I found a previous bug report of this, where it is supposed to be fixed  
when passed as the first charachter in an attributes tag... but, how to  
I fix it above?  Or can I... (easily)

Michael



More information about the ZPT mailing list