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 using a @component bean with a static method in our HTML file, like text=${@util.getText()}
When we run tests, the library is unable to recognize this syntax and throw an error which is:
Caused by: ognl.ExpressionSyntaxException: Malformed OGNL expression
The text was updated successfully, but these errors were encountered:
We are using a @component bean with a static method in our HTML file, like text=${@util.getText()}
When we run tests, the library is unable to recognize this syntax and throw an error which is:
Caused by: ognl.ExpressionSyntaxException: Malformed OGNL expression
The text was updated successfully, but these errors were encountered: