• 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

unable to find struts.tld

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am uanble to found struts.tld
but when i downloaded zip file which is related to struts.I got all tld files other than struts.tld
how can i get
i searched in this link http://struts.apache.org/
but here i dint get struts.tld
how can get
can any one help in this
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What version of Struts are you using? If it's 1.3 or later, the TLDs are bundled with the jar files, and should be accessed by their namespace URI rather than their physical location. For examples on how to declare struts tags, see the examples in the war files that come with the download.
[ April 17, 2008: Message edited by: Merrill Higginson ]
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what's struts version you are using? There is no file with the name struts.tld
(may version 1.0 ;I don't know),could you refer where do you read about this file?or the example needed for it;we only have,strtus-html.tld,strtus-logic.tld,strtus-bean.tld & strtus-nested.tld
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Struts.tld file is part of Struts 1.0 version.

So please check your Struts version.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic