Package org.joget.apps.form.service

Examples of org.joget.apps.form.service.FormService.submitForm()


    }

    @Override
    public FormData actionPerformed(Form form, FormData formData) {
        FormService formService = (FormService) FormUtil.getApplicationContext().getBean("formService");
        FormData updatedFormData = formService.submitForm(form, formData, true);
        return updatedFormData;
    }

    /*
    @Override
View Full Code Here


    }

    @Override
    public FormData actionPerformed(Form form, FormData formData) {
        FormService formService = (FormService) FormUtil.getApplicationContext().getBean("formService");
        FormData updatedFormData = formService.submitForm(form, formData, false);
        return updatedFormData;
    }

    /*
    @Override
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.