It is not defined in docs neither for <fmt:message> nor for <c:url> tags.
From JSTL specification (emphasis mine):
2.2.1 var and scope
...
The
scopeattribute has the semantics defined in the JSP specification, and takes the same values as the ones allowed in the <jsp:useBean> action; i.e.page,request,session,application. If no value is specified forscope,pagescope is the default unless otherwise specified....
In other words, the default is page, i.e. the current JSP page.
The same applies to <c:set>, by the way.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With