1
0
-1

How to call  Bean Shell Load () method on selection of a dropdown or clicking of a button in a form ?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      I think "Bean Shell Load() method" you are referring to is in Bean Shell Programming Guide#UseasFormLoadBinderFormLoadBinder

      This method will only be invoked upon the submission of the whole form, so, as follow up, the event "clicking of a button in a form" is correct but it does not seem like you want to submit the whole form.

      Can you clarify on what you want to achieve on making a select box selection (first select/change)?

      You might be interested with this - Dynamic Cascading Drop-Down List

        CommentAdd your comment...