• 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

Use Struts tag libs without using Struts Framework

 
Ranch Hand
Posts: 193
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Can I just use Struts tag libs in my JSPs
w/o using Struts frameworks, i.e., ActionServlet,
Actions, and Forms?
Are the Struts tag libs depended on Struts
framework?
Thanks.
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can certainly use the template taglib, and I'm pretty sure that some of the bean tags you can use too. The rest is debatable.
A better option, depending on what you want to use of course, would be to use the JSP Standard Tag Library that can be downloaded from the Jakarta site..
Hope that's useful...
Simon
 
reply
    Bookmark Topic Watch Topic
  • New Topic