255256257258259260261262
finally { TapestryInternalUtils.close(os); } _clientData = os.toBase64(); } }
256257258259260261262263
279280281282283284285286
finally { InternalUtils.close(os); } _clientData = os.toBase64(); } }
171172173174175176177178179180181
"type", "hidden", "name", Form.FORM_DATA, "value", actions.toBase64()); } }; final RenderCommand setup = new RenderCommand() {