public void tmlStartTag() throws TMLException, WGAPIException {
// Look if eventually posted form is this form, or form was persisted
FormStatus status = (FormStatus) getStatus();
TMLForm form = this.getTMLContext().tmlformbyid(this.getId());
if (form != null) {
status.thisForm = form;
status.thisForm.setDocumentPath(getTMLContext().getpath());
// use existing formInfo
status.formInfo = form.getforminfo();
//this.formInfoKey = form.getFormInfoKey();
// clear last rendered form fields
//this.formInfo.clearLastRenderedFormFields();
// update default action if neccessary