Joe Tomcat writes: > I'm sure you've heard it all before, but, in general, having lots of code in > your jsp pages is considered bad form for many reasons. I find that I can > acomplish 100% of what I want to do with well-designed tags, filters and > servlets. One thing to do is to have a filter which does all the processing
yes, but the Catalina guys still should have implemented a parameter / attribute stack -- name space clobbering happens all the time. Unless, of course, the JSP spec says otherwise -- in that case the JSP spec should specify that JSPs/tags etc use lexical scoping -- dynamic scoping has been considered lame since the early lisp days when lisp had dynamic scoping. -will -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
