Thanks for the suggestion Daniel. It made no difference with the
spaces. Behavior is exactly as before.
I'm using java. If somebody wants to reproduce the behavior here's the
code in its simplest form:
public class ButtonTestServlet extends AbstractRobotServlet {
public void processEvents(RobotMessageBundle bundle) {
if (bundle.wasSelfAdded()) {
bundle.getWavelet().getRootBlip().getDocument().getFormView
().append(
new FormElement(ElementType.BUTTON, "button-name", "click-
me"));
}
}
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---