On Wed, 16 Sep 2009 06:50:51 am Todd Volkert wrote:
> Just following up on this thread, are you all set now Scott with the newest
> code from SVN, or are you still getting an exception?
>
> -T
Hi Todd,
I still have the problem of adding a new record to the List bound to the
TableView and then immediately invoking TableViewRowEditor on the row:
Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException
at org.apache.pivot.collections.ArrayList.get(ArrayList.java:358)
at org.apache.pivot.wtk.Container.validate(Container.java:325)
at org.apache.pivot.wtk.Display$ValidateCallback.run(Display.java:30)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)