1 Feb
2005
1 Feb
'05
8:38 a.m.
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
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
id achieved that by calling a javascript from java that set a field on the form, and then submitting the form. Robert