You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to consume filtrex.js in java using javax.script (nashorn).
And while it is loading the filterx.js file, it is giving some syntax error as mentioned below.
javax.script.ScriptException: :115:17 Expected an operand but found error
`yytext = JSON.stringify(yytext);
^ in at line number 115 at column number
Activity
RuchikaB commentedon Aug 27, 2018
Hi,
The issue mentioned above was resolved.
But next we have ran into another issue "Cannot read property "id" from undefined in at line number 826".
All this is in the filtrex.js file. Any idea how you call filtrex.js from Java code?
Please its urgent. Let us know.
cshaa commentedon Feb 24, 2019
@joewalnes Close this?