> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ronald Wildenberg > > That's a smart solution, thanks. I hadn't come up with that > one yet. I'd have to check whether I'm using JSP expressions > anywhere. I do not understand, however, why usage of JSP > expressions is something you shouldn't rely on.
The JSP2 specs clearly discourage their usage, in favour of the alternatives it introduces (EL expressions, custom tags/functions, JSP fragments). Consider them deprecated under JSP2. Rob van Maris Technical Consultant Quantiq xmedia & communication solutions
