This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 159879

Summary: NullPointerException at org.netbeans.modules.visualweb.text.actions.NextVisualPositionAction.actionPerformed
Product: obsolete Reporter: zkirill <zkirill>
Component: visualwebAssignee: Peter Zavadsky <pzavadsky>
Status: NEW ---    
Severity: blocker CC: zkirill
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=23130
Issue Type: DEFECT Exception Reporter: 23130
Attachments: stacktrace

Description zkirill 2009-03-08 23:03:07 UTC
Build: NetBeans IDE Dev (Build 200902231810)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
GUEST: i have a visual jsf page up with a couple of control in flow layout. I get this exception when i select a jsf component and hit the arrow keys.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.visualweb.text.actions.NextVisualPositionAction.actionPerformed(NextVisualPositionAction.java:124)
        at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1636)
        at javax.swing.JComponent.processKeyBinding(JComponent.java:2849)
        at javax.swing.JComponent.processKeyBindings(JComponent.java:2884)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:2812)
        at java.awt.Component.processEvent(Component.java:5911)
Comment 1 zkirill 2009-03-08 23:03:20 UTC
Created attachment 77883 [details]
stacktrace