• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jakarta taglibs releases

 
Ranch Hand
Posts: 155
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I tried using some latest versions (nightly builds) of jakarta taglibs but none of them work.
I read on java.sun.com that there are no stable versions yet !
Can anybody tell me which version should i download-install to get it working ??
Thanks
-Anand
 
Ranch Hand
Posts: 140
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which taglib are you after? Look for the release builds (avaliable from their mirrors - look for the link under Downloads>Per Project Binary Distributions) All of these are said to be stable.
[ March 16, 2004: Message edited by: eammon bannon ]
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The 1.1 versions of Jakarta taglibs standard implement JSTL 1.1 and will work only on JSP 2.0 servers like Tomcat 5.
The 1.0 versions work on JSP 1.2 servers like Tomcat 4.1 as well and work well (I'm currently using 1.0.4 which I've running some 20+ JSPs right now, on average 1 more being added every workday).
Get yourself the latest stable builds instead of the nightly builds (which are unstable development releases and may indeed not work completely).
Current production versions are 1.0.5 (30 Jan 2004) and 1.1.0 (30 Jan 2004) from http://jakarta.apache.org
 
Can't .... do .... plaid .... So I did this tiny ad instead:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic