I've recently been playing with the JSTL "standard tags", and I've become addicted to EL-expressions. They are
so much simpler and more understandable than the horrific and contra-xml RT-expressions available in basic
JSP.
Now, here's my question - does anyone (Rick?, Scott?) have any suggestions on using EL in my own custom tags.
I've found some example code which seems based on the jakarta implementation (the org.apache... classes give it away) and some which seem to imply a standard javax.servlet.jstl... package space, but none of these seem to work with Resin.
I guess I could bite the bullet and abandon Resin's built-in JSTL support in favour of the jakarta implementation, but I'd like to get some idea of whether this can be done direct with Resin, first.