Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

for (String key : rowKeys) { System.out.println("Record key is " + key); }

See Bean Shell Programming Guide - Datalist Action.

See Utility and Service Methods.

NameDescriptionScreens (Click to view)
LabelLink / Button label.

Figure 1: Bean Shell Action Menu


Figure 2: Bean Shell Action Properties

Confirmation MessageConfirmation message before performing action.
Script

Script in Java.

Injected variables available for consumption are:-

  • httpRequest
  • datalist
  • rowKeys
Code Block
titleSample Code
linenumberstrue

...