I just saw this...
System.out.println("Artikelnummer:" + getSelectedSearchArticle().getArtName());
Why are you using getSelectedSearchArticle()... where are you defining this? - I
don't see it in your class (I'm wondering why it would even compile, unless you
deliberately left this out in this post)... Nevertheless, why can't you just use:
System.out.println("Artikelnummer:" + selectedSearchArticle.getArtName());
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983246#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...