You're right, sorry I get these version confused all the time. JSP 1.2 is fine for what were using, so I'm all for it. Although the same argument I had earlier may hold true for some users...
+1 On Sat, 20 Dec 2003, Tim McCune wrote: > I have to admit, I haven't kept up on what version of the spec supports > what lately. I _think_ that the JSP (not servlet) 1.2 spec does not > support EL, but 2.0 does. So this extension works in 1.2 (what I'm > using.) I don't know about 1.1. Then, once you're inside a 2.0 engine, > the need for this extension goes away; that's one reason that it's > implemented as a subclass instead of patching the original. If someone is > more knowledgeable on the specs, please correct me. :) > > --Tim > > On Sat, 20 Dec 2003, John York wrote: > > > It's difficult for the company I work for to upgrade servers. We had many > > problems in the past upgrading server software. We're pretty solid with > > Resin right now, and we will probably upgrade sometime in 2004, but not in > > the next few months. In larger corporate settings it's probably worse than > > what I experience. I'm sure we have many users in the same situation as I, > > so I'd prefer to keep everything backward compatible for as long as > > possible. Besides, doesn't the 1.2 servlet spec already have expression > > support? Is that what this fix is using? > > > > > > On Sat, 20 Dec 2003, Matt Raible wrote: > > > > > I just implemented Tim's stuff in the latest release of Struts Menu. I > > > was a bit suspicious that folks might not be able to use it because of > > > the JSP 1.2 requirement. So my question is - why do you require 2.2/1.1 > > > John? Just curious. > > > > > > Matt > > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] > > > > [mailto:[EMAIL PROTECTED] On > > > > Behalf Of John York > > > > Sent: Saturday, December 20, 2003 7:32 AM > > > > To: [EMAIL PROTECTED] > > > > Cc: [EMAIL PROTECTED] > > > > Subject: Re: [displaytag-devel] Fwd: [displaytag-user] > > > > Expression support > > > > > > > > > > > > I still require servlet 2.2/jsp 1.1, so I'm sure others do as well. > > > > > > > > +1 if it still works in 2.2/1.1 > > > > > > > > > > > > On Sat, 20 Dec 2003, Matt Raible wrote: > > > > > > > > > Very nice Tim. Looking through your code, this looks like a sweet > > > > > addition. Here's my +1. Does the EL support require a JSP 1.2 > > > > > container or can commons-el be used? The reason I ask is I > > > > believe the > > > > > displaytag will run on a servlet 2.2/jsp 1.1 container (though I > > > > > wouldn't mind making it require 2.3/1.2). > > > > > > > > > > I've cc'd the developers list we can see what others think and > > > > > hopefully commit this. You might also want to submit this > > > > as a patch > > > > > to SourceForge so it doesn't get lost in e-mails and folks > > > > that want it > > > > > can easily download it and use it. > > > > > > > > > > Thanks! > > > > > > > > > > Matt > > > > > > > > > > Begin forwarded message: > > > > > > > > > > > From: Tim McCune <[EMAIL PROTECTED]> > > > > > > Date: December 19, 2003 12:20:16 PM MST > > > > > > To: [EMAIL PROTECTED] > > > > > > Subject: [displaytag-user] Expression support > > > > > > Reply-To: [EMAIL PROTECTED] > > > > > > > > > > > > I sent mail to displaytag-devel a few days ago asking if > > > > anyone was > > > > > > working on expression support for displaytag. Since > > > > nobody replied, > > > > > > I went ahead and implemented it. I'm attaching the > > > > source. Instead > > > > > > of patching displaytag, I just subclassed a couple > > > > things, but these > > > > > > changes could easily go back into the main source if > > > > someone feels > > > > > > so inclined. Enjoy. > > > > > > > > > > > > --Tim > > > > > > > > > > > > > -- > > > > John York > > > > Software Engineer > > > > CareerSite Corporation > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.net email is sponsored by: IBM Linux Tutorials. > > > > Become an expert in LINUX or just sharpen your skills. Sign > > > > up for IBM's Free Linux Tutorials. Learn everything from the > > > > bash shell to sys admin. Click now! > > > > http://ads.osdn.com/?ad_id=1278&alloc_id=3371> &op=click > > > > > > > > _______________________________________________ > > > > > > > > displaytag-devel mailing list [EMAIL PROTECTED] > > > > https://lists.sourceforge.net/lists/listinfo/displaytag-devel > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: IBM Linux Tutorials. > > > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > > > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > > > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > > > _______________________________________________ > > > displaytag-devel mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/displaytag-devel > > > > > > > -- > > John York > > Software Engineer > > CareerSite Corporation > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: IBM Linux Tutorials. > > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > > _______________________________________________ > > displaytag-devel mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/displaytag-devel > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > displaytag-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/displaytag-devel > -- John York Software Engineer CareerSite Corporation ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel
