[JBoss-user] [JBoss Seam] - Re: Nullpointer Exception while accessing Seam Component

2006-06-08 Thread mcclurexl
Hey dwayneb, you got it, thanks a lot. The name of the pageflow-definition in the java-class was wrong. The first letter wasn't a capitel one, rest was correct. Greets, Frank View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949802#3949802 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Nullpointer Exception while accessing Seam Component

2006-06-07 Thread [EMAIL PROTECTED]
What version of Seam is this? please show the whole stack trace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949641#3949641 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949641

[JBoss-user] [JBoss Seam] - Re: Nullpointer Exception while accessing Seam Component

2006-06-07 Thread mcclurexl
I'm using version 1.0.00.CR3. Whole stacktrace of the browser (IE6): anonymous wrote : | javax.servlet.ServletException: Cannot get value for expression '#{purchaseOrder1.number}' | javax.faces.webapp.FacesServlet.service(FacesServlet.java:121) |

[JBoss-user] [JBoss Seam] - Re: Nullpointer Exception while accessing Seam Component

2006-06-07 Thread dwayneb
line 191 is a comment in Pageflow 1.0.0.CR3!!! I'd got a similar problem. The displaing exception isn't the root one. In my case, the cause was that the PageflowProcessDefinition wasn't define (= NPE). So check if the pageflow is define : check in web.xml : | context-param |