The important thing is the qualification for when JSP 2.0 (and Servlet 2.4) is required:
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library... If I read that correctly (it's not very clear: what does "compile the application" refer to?), you only need libs for these APIs when compiling displaytag. If that ISN'T what it means, and you need to have these APIs when compiling YOUR application, you have two possible ways to make this work: * Use displaytag 1.0, which is clearly compatible with the previous JSP/Servlet APIs (http://displaytag.sourceforge.net/10). * Write your code so that it's compatible with both JSP 1.2 and 2.0/Servlet 2.3 and 2.4. Then you can compile the app and it should work with the older version of the APIs on your creaky old WebSphere. I'd just go ahead and try to compile and run with 1.1 and your current code base and see what happens. Then I'd *look* at the second option above to see if it's possible (it may not be). Then if all else fails I'd roll back to 1.0. HTH. Keshavan, Rango wrote: > Dean, thanks, you are right, it looks like jstl is optional, also, but > not jsp-api 2.0... > >> -----Original Message----- >> From: [EMAIL PROTECTED] > [mailto:displaytag-user- >> [EMAIL PROTECTED] On Behalf Of Dean Pullen >> Sent: Tuesday, March 14, 2006 11:05 AM >> To: [email protected] >> Subject: Re: [displaytag-user] JSTL and JSP versions using DisplayTag > 1.1 >> >> Struts is optional from looking at the cross within the 'optional' >> column that dependency page. >> >> I dont know about your other issues, sorry. >> >> On 14/03/06, Keshavan, Rango <[EMAIL PROTECTED]> wrote: >> > >> > >> > >> > Hi, this is my first post here. >> > >> > >> > >> > I have a few questions about the dependencies list given on >> > >> > >> > >> > http://displaytag.sourceforge.net/11/displaytag/dependencies.html >> > >> > >> > >> > We're using (and stuck with) Websphere 5.1.1.8 which requires us to > use >> JSTL >> > 1.0 and JSP 1.2. We noticed that the dependency list says to use > JSTL >> 1.1.2 >> > and JSP 2.0, which we cannot use. >> > >> > >> > >> > Will it be a problem for DisplayTag if we stay with our older > versions >> of >> > JSTL and JSP? >> > >> > Also, why do we need struts?? >> > >> > Thanks! >> > >> > >> > >> > >> > >> > ---------- >> > Rango Keshavan >> > >> > 617 563 2435 >> > >> > >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by xPML, a groundbreaking scripting >> language >> that extends applications into web and mobile media. Attend the live >> webcast >> and join the prime developer group breaking into this new coding >> territory! >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >> _______________________________________________ >> displaytag-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/displaytag-user > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 > _______________________________________________ > displaytag-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/displaytag-user > -- Rick Herrick [EMAIL PROTECTED] I haven't got time for inner peace. "No reasonable definition of reality could be expected to permit this."--Albert Einstein, Boris Podolsky and Nathan Rosen in 1935 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

