1
0
-1

I need to provide some feedback to the user AFTER they clicked a DataList Action button. Let me explain some more, so i put a datalist action button (beanshell action),

on click, i got the row keys and looped thru the rows. in my code, after looping thru the rows, i tracked that 2 of the 3 selected rows were not processed by the code.

I want to present to the end user a  custom message, preferably, on the page footer, that 2 of 3 rows were ignored. 

how can i do this. remember i am using beanshell datalist action.?


    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      what about the httpservletresponse sending back something . its seems the beanshell datalist action as 3 things being ingected into the call. datalist, rowkeys and a httpservletrequest 



        CommentAdd your comment...
      1.  
        1
        0
        -1

        Joget BeanShell runs in the background or 'server-side' and won't be able to update the browser page on the client-side.

          CommentAdd your comment...