[jboss-user] [JBoss Seam] - Re: Problem with DataModelSelection

zzzz8 do-not-reply at jboss.com
Sat Nov 4 16:31:42 EST 2006


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#3983246

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



More information about the jboss-user mailing list