EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
  • 1.  DojoUploader

    Posted 10/06/15 10:57 AM

    I created a rui handler using the new dojouploader widget. I also created a servlet in the web portion of my project. the upload works perfect.

    I would like to be able to "pass" other information to the servlet (such as the value of a textfield on my rui handler). Can someone tell me how this could be done?

    nick_tn


  • 2.  Re: DojoUploader

    Posted 10/20/15 03:41 AM

    In EGL, I think the additional information should be "passed" by service. Is it possible to move the additional logic besides file upload out of the servlet into a service?

    HuangJiYong