diff --git a/spec/src/main/asciidoc/ServerPages.adoc b/spec/src/main/asciidoc/ServerPages.adoc index c25a55d4..3e75314c 100644 --- a/spec/src/main/asciidoc/ServerPages.adoc +++ b/spec/src/main/asciidoc/ServerPages.adoc @@ -3373,7 +3373,7 @@ 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. @@ -3381,7 +3381,7 @@ document must be followed. :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 @@ -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.