folks,
i need to get textarea's value in api2 and i don't really find a way
to do it.
in api1 i was doing the following:
FormElement textarea =
blip.getDocument().getFormView().getFormElement(TEXT_AREA_NAME);
String data = textarea.getValue();
in api2 i was about to do something like:
blip.all(ElementType.TEXTAREA, Restriction.of("name",
TEXT_AREA_NAME))...
but i'm not sure how to proceed from here.
thanks!
--
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.