Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.1.5-SNAPSHOT
-
None
-
None
Description
Someone reported this bug on the mailing list:
Jan 12, 2007 5:07:21 PM EST> <Error> <HTTP> <BEA-101020> <[ServletContext(id=29811921,name=GISWeb,context-path=/GISWeb)] Servlet failed with Exception
weblogic.servlet.jsp.JspException: (line 4): Error in using tag library uri='http://myfaces.apache.org/tomahawk' prefix='t': type mismatch for property 'debug', for Tag class 'org.apache.myfaces.custom.dojo.DojoInitializerTag': tld says java.lang.Boolean, implementation type is java.lang.String
This seems to be a bug in the tld implementation on the java side of the tag or the tld def itself, it should be boolean, I will look later tonight into it. Somehow weblogic might be more critical in those issues, otherwise Tomcat would have failed as well (which I am testing normally against)