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

2


18 Feb, 2021
confluenceUser
confluenceUser

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

20 Feb, 2021
confluenceUser
confluenceUser

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 



RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print