• 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

Dynamic attributes not working in eclipse project

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to use dynamic attributes in my eclipse project. In my project I have a tld file which has definition for a <select> custom tag that I am using in a JSP file. As there are many attributes for my select tag I want to use dynamic attributes. But as soon as I mention the <dynamic-attributes> tag it shows some error. Below is the snapshot of my tld file with dynamic attributes



I have also added the required jars in my lib folder. Below is the snapshot of the directory structure of my project



When I run my project without the <dynamic-attributes> tag it works fine

The error it shows is this

The content of element type "tag" must match "(name,tag-class,tei-class?,body-content?,display-name?,small-
icon?,large-icon?,description?,variable*,attribute*,example?)".



I am not able to understand whether I have missed any jar or is there some compiler error in my code. Please help me out with this problem
 
I can't beleive you just said that. Now I need to calm down with this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic