RE: and runtime expressions

2006-04-03 Thread Tarek Nabil
Thanks a lot Kris for the explanation. Actually, I'm starting to feel that moving to JSTL 1.0 was not such a wise move. There are a lot of things that I used to be able to do with the Struts tag libraries that I can not do with JSTL. One of them is the example I mentioned. Currently, the only work

Re: and runtime expressions

2006-04-03 Thread Kris Schneider
Tarek Nabil wrote: So that means if I use the RT-based version, then I won't be able to use EL? That's quite strange, because 1.1 could handle both, so it has to be doable. In fact, that's exactly what it means. It's only as of JSP 2.0 that EL evaluation is done by the container. This means th