I am not familiar with the details of JSTL 1.0.
Jean, if I've understood your post correctly, it says that JSTL 1.0 should interpret EL constructs passed to it. Is that what you're saying?
I just tried out the above examples on Tomcat 4.1.30 with JSTL 1.0.6, and the EL construct is not interpreted, as the initial poster experienced.
I did just notice in
part 3 of Hans Bersten's JSTL 1.0 article series at O'Reilly the following:
A JSP 1.2 container doesn't know anything about EL expressions, so they are evaluated by code in the JSTL tag handlers. And in
part 1:
All JSTL actions recognize EL expressions in their attribute values, and custom actions may be developed to do the same. So, the question then is what are the original poster and I not aware of? Why aren't our examples having the EL interpreted?
[ September 24, 2004: Message edited by: Dirk Schreckmann ]