// creating a submission defaults the method to GET if null, so use that
method = submission.getMethod().toString();
// add the submission info to the XFFormAttributes
attributes.setAction(new LiteralLinkAssetReference(action));
attributes.setMethod(method);
attributes.setEventAttributes(events);
// add the submission info to the EmulatedXFormDescriptor
formDescriptor.setFormURL(action);