Skip to content

Commit

Permalink
Update references to the EL specification
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Mar 29, 2024
1 parent b566004 commit a6b3b43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/src/main/asciidoc/ServerPages.adoc
Expand Up @@ -3373,15 +3373,15 @@ for the setProperty standard action.
Request-time expressions can be assigned to
properties of any type. In the case of scriptlet expressions, no
automatic conversions will be performed. In the case of EL expressions,
the rules in section 1.23, "Type Conversion" of the EL 5.0 specification
the rules in section 1.23, "Type Conversion" of the EL 6.0 specification
document must be followed.


// Table, figure numbering etc
:table-number: 0
== Expression Language{counter2:jsp-chapter}

Please consult the Jakarta Expression Language 5.0 specification document
Please consult the Jakarta Expression Language 6.0 specification document
for details on the Expression Language supported by JSP 4.0.

The addition of the EL to the JSP technology
Expand Down Expand Up @@ -3542,7 +3542,7 @@ method to be invoked on an Object.
as the return type of the deferred method signature is not void. A
`MethodExpression` is created, which when invoked, returns the String
literal coerced to expected return type (the standard EL coercion rules -
see section 1.23, "Type Conversion" of the EL 5.0 specification) apply. A
see section 1.23, "Type Conversion" of the EL 6.0 specification) apply. A
translation error occurs if the return type is void or if the string
literal cannot be coerced to the return type of the deferred method
signature.
Expand Down

0 comments on commit a6b3b43

Please sign in to comment.