• 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

strange problems with taglib

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,
I found that if the taglib defines a tag which uses "values" as its attribute, the weblogic will show error like below:
/internal_index.jsp(1): Error in using tag library uri='/tlt' prefix='tlt': There is no setter method for property 'values', for Tag class 'com.hactl.framework.gui.DateDisplayTag'
probably occurred due to an error in /internal_index.jsp line 1:
<%@ taglib uri="/tlt" prefix="tlt" %>
I checked that related java program for the tag do have setValues() method, and while I changed it to another name like operation, the error from weblogic disappear.
Is it true that I can't use attribute name "values" in Wegloic? pls help, thanks a lot!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic