Type mismatch for property 'expandRoot', for Tag class
'org.apache.myfaces.custom.tree.taglib.TreeTag'
------------------------------------------------------------------------------------------------------
Key: TOMAHAWK-1379
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1379
Project: MyFaces Tomahawk
Issue Type: Bug
Components: Tree
Affects Versions: 1.1.8
Environment: WebLogic81, Tomahawk for JSF1.1
Reporter: Lionel Li
I use Tomahawk for JSF1.1 + SUN JSF 1.1 RI
My application occur a error when I publish it to WebLogic81, but it's ok in
Tomcat5.5.
Here is the error:
Parsing of JSP File '/test.jsp' failed:
________________________________________
/test.jsp(5): Error in using tag library
uri='http://myfaces.apache.org/tomahawk' prefix='t': type mismatch for property
'expandRoot', for Tag class 'org.apache.myfaces.custom.tree.taglib.TreeTag':
tld says java.lang.String, implementation type is boolean
probably occurred due to an error in /test.jsp line 5:
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.