Sorry, sometimes I should read before posting. I will look into it, and fix it tonight, expect it working tomorrow.
Cheers Werner Leyzerzon, Simeon schrieb: > Hi, > > I'm getting the following error > > 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 > > at > weblogic.servlet.jsp.StandardTagLib.tld_jspException(StandardTagLib.java:1235) > > at > weblogic.servlet.jsp.StandardTagLib.parseTagDD(StandardTagLib.java:1385) > at > weblogic.servlet.jsp.StandardTagLib.parseDD(StandardTagLib.java:1261) > at > weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:292) > at > weblogic.servlet.jsp.TagLibHelper.loadTagLib(TagLibHelper.java:314) > at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:145) > at > weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java:5015) > at > weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java:4853) > at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:4699) > at > weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:2094) > at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1880) > at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1753) > at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:963) > at weblogic.servlet.jsp.JspParser.doit(JspParser.java:106) > at weblogic.servlet.jsp.JspParser.parse(JspParser.java:230) > at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:125) > at > weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258) > at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:367) > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:223) > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:172) > at > weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:518) > > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:362) > > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446) > > at > weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305) > > at > weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6354) > > at > weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317) > > at > weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118) > at > weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635) > > at > weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585) > > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197) > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170) > > > Using the following jars from the nightly build: > > <include name="${jar.myfaces-api-1.1.5-SNAPSHOT}" /> > <include name="${jar.myfaces-impl-1.1.5-SNAPSHOT}" /> > <include name="${jar.tomahawk-1.1.5-SNAPSHOT}" /> > <include name="${jar.tomahawk-sandbox-1.1.5-SNAPSHOT}" /> > > What am I doing wrong, could someone point me in the right direction, > please? > > *Thanks,* > *Simeon* > > ============================================================================== > Please access the attached hyperlink for an important electronic > communications disclaimer: > > http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html > ============================================================================== >

