1
0
-1

Hi everyone, can I use Workflow Form binder in BeanShell to store my data in the database?
If can, How can I do It? Because I hope the BeanShell is used as a validator to validate the data the user key in only

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, I am not absolutely certain, but you could try something like 

      new WorkflowFormBinder().store(element, rows, formData);

      However, if you wish to perform validation, you should consider using the Bean Shell Validator instead of a store binder.

        CommentAdd your comment...