2 Feb
2005
2 Feb
'05
8:24 p.m.
I got it to work now. In the applet, after serializing the object into byte array, I converted it to string. Then ran it thru urlencoder before passing it to zope. Now I can get the data out from my zope script with container.REQUEST.form['xxx'] Thanks to all who helped. Gary G Zhu wrote:
Hello,
I am trying to find a way to pass data from a java applet into zope. Don't know how to get the serialized object into the zope python script.
With html forms I'd just use container.REQUEST, but it doesn't work in
this
case.
Any help is appreciated.
Thanks, -- Gary Zhu