Revision: 1267
Author:   mathiasbr
Date:     2006-08-05 00:06:20 -0700 (Sat, 05 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1267&view=rev

Log Message:
-----------
fixes NPE

Modified Paths:
--------------
    
trunk/spring-richclient/sandbox/src/main/java/org/springframework/richclient/table/support/AbstractObjectTable.java
Modified: 
trunk/spring-richclient/sandbox/src/main/java/org/springframework/richclient/table/support/AbstractObjectTable.java
===================================================================
--- 
trunk/spring-richclient/sandbox/src/main/java/org/springframework/richclient/table/support/AbstractObjectTable.java
 2006-08-04 19:39:40 UTC (rev 1266)
+++ 
trunk/spring-richclient/sandbox/src/main/java/org/springframework/richclient/table/support/AbstractObjectTable.java
 2006-08-05 07:06:20 UTC (rev 1267)
@@ -457,7 +457,7 @@
      * @return selection model
      */
     public ListSelectionModel getSelectionModel() {
-        return table.getSelectionModel();
+        return getTable().getSelectionModel();
     }
 
     /**


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to