J
Java_Forum
hi,
in the j2EE tutorial, in the chapter related to Expression langage (EL), we
can read "EL Expressions can be used in two situations, In template text, In
any standard or custom tag attribute that can accept an expression"
ok have a look at this code
<html>
......
<c
ut value="${1.2E4 + 1.4}"/>
${1.2E10 + 1.4}
.....
</html>
the output is
12001.4${1.2E10 + 1.4}
why the second EL ${1.2E10 + 1.4} is not evaluated, even if it appears in
the template texte!!!!
perhaps i didn't understand what is a 'template texte' ??
tahnks for your help
--
in the j2EE tutorial, in the chapter related to Expression langage (EL), we
can read "EL Expressions can be used in two situations, In template text, In
any standard or custom tag attribute that can accept an expression"
ok have a look at this code
<html>
......
<c
${1.2E10 + 1.4}
.....
</html>
the output is
12001.4${1.2E10 + 1.4}
why the second EL ${1.2E10 + 1.4} is not evaluated, even if it appears in
the template texte!!!!
perhaps i didn't understand what is a 'template texte' ??
tahnks for your help
--