Question ad "arguments" and ScriptEngine.ARGV

2021-02-25 Thread Rony G. Flatscher
While using Nashorn from Java 8 in the context of a Java based web server for which I authored a tag library for scripting engines, I noted that "arguments" does not get set to the arguments passed via the engine ScriptContext [1] entry ScriptEngine.ARGV [2] (i.e. "javax.script.argv" a single di

Re: Question ad "arguments" and ScriptEngine.ARGV

2021-02-25 Thread Rony G. Flatscher
Keep forgetting, that adding boldness breaks the text. Here the JSP text without any styling (hence without those injected asterisks): <%@ page session="false" pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> <%@ taglib uri="/WEB-INF/script-jsr223.tld" prefix="s" %>