[jboss-user] [JBoss Seam] - Re: selectOneMenu - NPE

2007-11-21 Thread [EMAIL PROTECTED]
If you can create a runnable example and provide steps to reproduce please put an issue into JIRA so I can take a look. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106672#4106672 Reply to the post :

[jboss-user] [JBoss Seam] - Re: selectOneMenu - NPE

2007-11-20 Thread w17chm4n
anybody ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106621#4106621 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106621 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: selectOneMenu - NPE

2007-11-19 Thread w17chm4n
Exception | 10:40:36,766 ERROR [STDERR] Nov 19, 2007 10:40:36 AM com.sun.facelets.FaceletViewHandler handleRenderException | SEVERE: Error Rendering View[/question.xhtml] | java.lang.NullPointerException | at

[jboss-user] [JBoss Seam] - Re: selectOneMenu - NPE

2007-11-19 Thread marius.oancea
Please post the whole NPE exception. Are you sure questionCategoryList is outjected? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105941#4105941 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4105941

[jboss-user] [JBoss Seam] - Re: selectOneMenu - NPE

2007-11-19 Thread [EMAIL PROTECTED]
Which version of Seam? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105955#4105955 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4105955 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: selectOneMenu - NPE

2007-11-19 Thread w17chm4n
@Pete Seam 2.0.0.GA @Marius Yes I`m sure that questionCategoryList is outjected. Anyway, this code works on Seam 1.2.1.GA... questionCategory entity | @Entity | @Scope(ScopeType.EVENT) | @Name(questionCategory) | @Table(name=QuestionCategories) | public class QuestionCategory

[jboss-user] [JBoss Seam] - Re: selectOneMenu - NPE

2007-11-19 Thread dhinojosa
1. What does the bean that generates questionCategoryList look like? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106094#4106094 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106094

[jboss-user] [JBoss Seam] - Re: selectOneMenu - NPE

2007-11-19 Thread w17chm4n
| @Stateful | @Scope(ScopeType.SESSION) | @Name(QuestionCategoryController) | public class QuestionCategoryControllerBean implements QuestionCategoryController { | | @Logger | private Log log; | | @In(create = true) | private QuestionCategoryManager