Hi,

I am making a robot which needs to read data from robot creating form,
my code looks like:

def OnFormButtonClicked(properties, context):
  blip = context.GetBlipById(properties['blipId'])
  form = blip.GetDocument().GetFormView()
  button = form.GetFormElement("publish").GetValue()
  logging.debug(button)

After running into this function, I got a error message
"AttributeError: 'OpBasedDocument' object has no attribute
'GetFormView'". It seems that there is no method called GetFormView()
for document in python client. But seems there is one in Java client
library. Is there any work around for this problem?

Also, I've read Anthoni's post at
http://groups.google.com/group/google-wave-api/browse_frm/thread/b47a0a59adc18df8?tvc=1&q=GetFormView,
but no one answered that time.

Thanks very much

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to