JavaScript USES EL expressions in several ways


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)!