[jboss-user] [JBoss Seam] - El Exception in Seam V2 cr2

wuyunlong do-not-reply at jboss.com
Sat Oct 13 04:01:27 EDT 2007


El Exception in Seam V2 cr2:


  | @Name("searchQueryView")
  | class SearchQueryView{
  |  private LabelSystems labelSystems;
  | 
  |  public LabelSystems getLabelSystems(){
  |     return labelSystems;
  |  }
  | 
  |  public void test(){
  |      ......
  |  }
  | }
  | 
when I first entry page 'selectQueryView.xhtml' ,no Exceptin occur,
then, if the link :

  | <h:commandLink value="test" action="#{searchQueryView.test}"><f aram value="#{sv.autoId}" name="deleteAutoId"/></h:commandLink>
  |  was click, following exception occur

  | javax.el.PropertyNotFoundException: /main/resourceQueryView/selectQueryView.xhtml @42,32 value="#{searchQueryView.labelSystems.name}": Target Unreachable, 'labelSystems' returned null on 'org.javassist.tmp.java.lang.Object_$$_javassist_6'
  | 

my env is:
jboss 4.2.1 + seam V2 cr2



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094849#4094849

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094849



More information about the jboss-user mailing list