Either way, it seems like suggested addition of FlowSelector will overshadow ScriptAction, but will not completely replace it because ScriptAction supports more than just Javascript (and works through BSF), which partly is more of an academic difference (does anybody really uses other scripting languages beside Javascript?)
Jython forever! I have an application running at my old university using ScriptAction and jython.
:-)
BTW, BSF is not very efficient as it does not store "compiled" script and performs compilation every time (IIRC). See PythonGenerator, which compiles script once into PyCode and reuses it multiple times.
Vadim
