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!
chanoch wiggers
Author
Ranch Hand
Joined: May 24, 2001
Posts: 245
posted
0
weblogic does have a number of taglib related bugs. If you find one, try searching the support forum for weblogic, if yuo cant find a reference to it report it to them and just move on as otherwise you will go mad.
chanoch<p><a href="http://www.amazon.com/exec/obidos/ASIN/1861007736/" target="_blank" rel="nofollow">Author of Professional Apache Tomcat</a></p>
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.