I dont want to use snapshot right now. May be I can use it when stable version is out.
2007/12/1, Matthias Wessendorf <[EMAIL PROTECTED]>: > > try with the 1.2.1 and it works all :-) > > Sure, I'd go w/ MyFaces ;-) > > On Nov 30, 2007 11:56 PM, Ali Ok <[EMAIL PROTECTED]> wrote: > > Should we use MyFaces implementetion instead of SUN RI? > > > > What are the differences? > > > > Btw, I got the same error when I tried to replace SUN RI with MyFaces > 1.2.0. > > > > Regards, > > Ali Ok > > > > 2007/11/30, Matthias Wessendorf <[EMAIL PROTECTED]>: > > > > > ah!!!!!!! > > > cool! > > > :-) > > > > > > On Nov 30, 2007 6:06 PM, Zheng, Xiahong <[EMAIL PROTECTED]> wrote: > > > > The snapshot works. Thanks a lot. > > > > > > > > -----Original Message----- > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of > > > > Matthias Wessendorf > > > > > > > > Sent: Friday, November 30, 2007 11:56 AM > > > > To: MyFaces Discussion > > > > Subject: Re: Help with Myfaces-core-1.2.0 > > > > > > > > These files are the 121 API/IMPL > > > > > > > > > http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/ > > > > core/myfaces-api/1.2.1-SNAPSHOT/ > > > > > http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/ > > > > core/myfaces-impl/1.2.1-SNAPSHOT/ > > > > > > > > > > > > > > > > On Nov 30, 2007 5:52 PM, Zheng, Xiahong <[EMAIL PROTECTED]> > wrote: > > > > > Thanks, where can get the 1.2.1 snapshot? > > > > > > > > > > > > > > > -----Original Message----- > > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On > Behalf > > > > Of > > > > > Matthias Wessendorf > > > > > Sent: Friday, November 30, 2007 11:17 AM > > > > > To: MyFaces Discussion > > > > > Subject: Re: Help with Myfaces-core-1.2.0 > > > > > > > > > > to make it short. > > > > > > > > > > A 1.2.1 will be out soon. > > > > > That is more! stable. > > > > > > > > > > Perhaps you just try a recent snapshot or wait ? > > > > > > > > > > -Matthias > > > > > > > > > > On Nov 30, 2007 5:15 PM, Zheng, Xiahong <[EMAIL PROTECTED]> > wrote: > > > > > > Hi there, > > > > > > > > > > > > I recently downloaded myfaces-core-1.2.0 and thought to give it > a > > > > try > > > > > on > > > > > > my existing RI1.2 based example app on tomcat-6.0. I simply > replaced > > > > > the > > > > > > jsf-api.jar and jsf-impl.jar with myfaces-api-1.2.0.jar and > > > > > > myfaces-impl-1.2.0.jar plus the common jars they depend on. > However, > > > > > > when I hit the page, it gives the following stacktrace, > > > > > > > > > > > > org.apache.jasper.JasperException: /index.jsp(15,21) According > to > > > > TLD > > > > > or > > > > > > attribute directive in tag file, attribute value does not accept > any > > > > > > expressions > > > > > > > > > > > > > > > > > > > > > org.apache.jasper.compiler.DefaultErrorHandler.jspError > (DefaultErrorHand > > > > > > ler.java:40) > > > > > > > > > > > > > > > > > > > > > org.apache.jasper.compiler.ErrorDispatcher.dispatch > > (ErrorDispatcher.java > > > > > > :407) > > > > > > > > > > > > > > > > > > > > > org.apache.jasper.compiler.ErrorDispatcher.jspError( > ErrorDispatcher.java > > > > > > :148) > > > > > > > > > > > > > > > > > > > > > > org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes( > > > > > > Validator.java:1172) > > > > > > > > > > > > > > > > > > > > > org.apache.jasper.compiler.Validator$ValidateVisitor.visit > > (Validator.jav > > > > > > a:819) > > > > > > > > > > > org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1507) > > > > > > org.apache.jasper.compiler.Node$Nodes.visit(Node.java > :2336) > > > > > > > > > > > > org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java > :2386) > > > > > > > > > > > > > > > > > > > > > org.apache.jasper.compiler.Validator$ValidateVisitor.visit( > Validator.jav > > > > > > a:838) > > > > > > > > > > > org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1507) > > > > > > org.apache.jasper.compiler.Node$Nodes.visit(Node.java > :2336) > > > > > > > > > > > > org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java > :2386) > > > > > > > > > > > > > > > > > > > > > org.apache.jasper.compiler.Validator$ValidateVisitor.visit( > Validator.jav > > > > > > a:838) > > > > > > > > > > > org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1507) > > > > > > org.apache.jasper.compiler.Node$Nodes.visit(Node.java > :2336) > > > > > > > > > > > > org.apache.jasper.compiler.Node$Visitor.visitBody (Node.java > :2386) > > > > > > > > > > org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2392) > > > > > > org.apache.jasper.compiler.Node$Root.accept(Node.java > :489) > > > > > > org.apache.jasper.compiler.Node$Nodes.visit (Node.java > :2336) > > > > > > > > > > > > org.apache.jasper.compiler.Validator.validate(Validator.java > :1737) > > > > > > > > > > > > org.apache.jasper.compiler.Compiler.generateJava(Compiler.java > :178) > > > > > > > > > > org.apache.jasper.compiler.Compiler.compile(Compiler.java:306) > > > > > > > > > > org.apache.jasper.compiler.Compiler.compile(Compiler.java:286) > > > > > > > > > > org.apache.jasper.compiler.Compiler.compile (Compiler.java:273) > > > > > > > > > > > > > > > > > > > > > org.apache.jasper.JspCompilationContext.compile( > JspCompilationContext.ja > > > > > > va:566) > > > > > > > > > > > > > > > > > > > > > org.apache.jasper.servlet.JspServletWrapper.service( > JspServletWrapper.ja > > > > > > va:317) > > > > > > > > > > > > > > > > > > > > > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java > > :320) > > > > > > > > > > > > org.apache.jasper.servlet.JspServlet.service(JspServlet.java > :266) > > > > > > javax.servlet.http.HttpServlet.service(HttpServlet.java > :803) > > > > > > > > > > > > > > > > > > > > > > org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(S > > > > > > ervletExternalContextImpl.java:334) > > > > > > > > > > > > > > > > > > > > > org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView > > (JspView > > > > > > HandlerImpl.java:254) > > > > > > > > > > > > > > > > > > > > > org.apache.myfaces.lifecycle.RenderResponseExecutor.execute > (RenderRespon > > > > > > seExecutor.java:41) > > > > > > > > > > > > > > > > > > > > > org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java > :132 > > > > > > ) > > > > > > > > > > javax.faces.webapp.FacesServlet.service(FacesServlet.java:138) > > > > > > > > > > > > > > > > > > note The full stack trace of the root cause is available in the > > > > Apache > > > > > > Tomcat/6.0.13 logs. > > > > > > > > > > > > Line 15: <h:inputText value="#{ user.name}"/> > > > > > > > > > > > > Any idea? > > > > > > > > > > > > Thanks, > > > > > > XZ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > Matthias Wessendorf > > > > > > > > > > further stuff: > > > > > blog: http://matthiaswessendorf.wordpress.com/ > > > > > sessions: http://www.slideshare.net/mwessendorf > > > > > mail: matzew-at-apache-dot-org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > Matthias Wessendorf > > > > > > > > further stuff: > > > > blog: http://matthiaswessendorf.wordpress.com/ > > > > sessions: http://www.slideshare.net/mwessendorf > > > > mail: matzew-at-apache-dot-org > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Matthias Wessendorf > > > > > > further stuff: > > > blog: http://matthiaswessendorf.wordpress.com/ > > > sessions: http://www.slideshare.net/mwessendorf > > > mail: matzew-at-apache-dot-org > > > > > > > > > > > -- > Matthias Wessendorf > > further stuff: > blog: http://matthiaswessendorf.wordpress.com/ > sessions: http://www.slideshare.net/mwessendorf > mail: matzew-at-apache-dot-org >

