• 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

JSTL

 
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JSTL tags are now part of the JSP 2.0. So, the implemetation of these tags should be part of the container. Why should we get the jar from third party and place it in our web apps?
And as these tags are very commonly used, should we not place this in a common location, so that each application can use them?
[ March 13, 2007: Message edited by: Tridib Samanta ]
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

JSTL tags are now part of the JSP 2.0.


No they're not. Maybe you're thinking that EL is, but JSTL tags are still JSTL tags.

And as these tags are very commonly used, should we not place this in a common location, so that each application can use them?


Sure you can. Nothing prevents you from.
 
reply
    Bookmark Topic Watch Topic
  • New Topic