1
0
-1

Is there an example where values retrieved from a Bean shell are injected into a custom HTML Table.

Is there a sample application where we can see the values retrieved from the backend database using custom Bean are displayed in a pop-up. 

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      See sample code at Bean Shell Programming Guide#UseasFormLoadBinderFormLoadBinder

      In the form section, put in the code to set to i.e. field "X". Declare a textarea/textfied with ID "X".

      You don't need a custom HTML and trying to repeat the front end coding. Use the approach above is easier.

        CommentAdd your comment...