JavaScript USES EL expressions in several ways

  • 2020-03-30 03:06:38
  • OfStack

1. You can enclose EL expressions with double quotation marks. This is not true for all, but only for the type ${param}

2. You can use it as an argument to a function in javaScript.

3. Using hidden form fields to pass values is the same as (1)!

Related articles: