// update default action if neccessary
updateDefaultAction(status.formInfo);
}
else {
// inititalize new formInfo
status.formInfo = new FormInfo(this.getId(), this.getHtmlinput(), stringToBoolean(this.getPersist()));
status.formInfo.setSource(status.source);
status.formInfo.setTrim(stringToBoolean(this.getTrim()));
status.formInfo.setKeepOnValidate(stringToBoolean(this.getKeeponvalidate()));
status.formInfo.setTargetContextPath(getTMLContext().getpath());
status.formInfo.setContentClass(getContentclass());