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 google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.

Reply via email to