• 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

The absolute uri: http://tiles.apache.org/tags-tiles cannot be resolved

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using Struts2 and Netbeans IDE. I was trying to use tiles in a simple login application. But i am not able to include the taglib. I have imported all the necessary jars. Following is the list of jars which i have included :

1. commons-collections-3.2.1.jar
2. commons-digester-1.8.jar
3. commons-beanutils-1.8.0.jar
4. struts2-tiles-plugin-2.0.12.jar
5. tiles-api-2.1.1.jar
6. tiles-core-2.1.1.jar
7. tiles-jsp-2.0.4.jar

But when i am trying to import tiles taglib on a jsp page it says " uri: http://tiles.apache.org/tags-tiles cannot be resolved in either web.xml or the jar files deployed with this application. I tried Google also. Got some solutions but they didn't worked for me.

Please help.

Regards
Gaurav
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tiles wrote:Warning! Tiles users that use Tiles 2.1.1 or 2.1.0 version should not install it in a production environment, due to a discovered security problem. Upgrade Tiles. Tiles 2.0.x is not involved in this security bug.



That aside: I'd recommend strongly against trying to mix tiles library file versions. Use only a single release's libraries and see what happens.
 
reply
    Bookmark Topic Watch Topic
  • New Topic