DataList Action (beanshell) - need to give feedback to user after click
Confluence User - 18 Feb, 2021
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.?
datalists;server