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 162796

Summary: NullPointerException at org.netbeans.modules.visualweb.designer.jsf.JsfForm.getMarkupFile
Product: obsolete Reporter: ermanbas <ermanbas>
Component: visualwebAssignee: Peter Zavadsky <pzavadsky>
Status: NEW ---    
Severity: blocker CC: soyneto
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=101561
Issue Type: DEFECT Exception Reporter: 101561
Attachments: stacktrace
stacktrace

Description ermanbas 2009-04-16 09:59:39 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b02
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Trying to preview in browser

GUEST: i try to create IceFaces Visual Page Frgment (jspf-file) with UTF-8 encoding



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.visualweb.designer.jsf.JsfForm.getMarkupFile(JsfForm.java:2931)
        at org.netbeans.modules.visualweb.designer.jsf.JsfForm.getJspDataObject(JsfForm.java:1922)
        at org.netbeans.modules.visualweb.designer.jsf.DesignerServiceHackImpl.getExternalFormFileForElement(DesignerServiceHackImpl.java:1543)
        at org.netbeans.modules.visualweb.insync.action.BrowserPreview.dump(BrowserPreview.java:312)
        at org.netbeans.modules.visualweb.insync.action.BrowserPreview.dump(BrowserPreview.java:482)
        at org.netbeans.modules.visualweb.insync.action.BrowserPreview.dump(BrowserPreview.java:482)
Comment 1 ermanbas 2009-04-16 09:59:45 UTC
Created attachment 80222 [details]
stacktrace
Comment 2 soyneto 2009-04-24 00:09:00 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments: 
the error ocurr when I try to see a preview on the explorer.

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.visualweb.designer.jsf.JsfForm.getMarkupFile(JsfForm.java:2931)
        at org.netbeans.modules.visualweb.designer.jsf.JsfForm.getJspDataObject(JsfForm.java:1922)
        at org.netbeans.modules.visualweb.designer.jsf.DesignerServiceHackImpl.getExternalFormFileForElement(DesignerServiceHackImpl.java:1543)
        at org.netbeans.modules.visualweb.insync.action.BrowserPreview.dump(BrowserPreview.java:312)
        at org.netbeans.modules.visualweb.insync.action.BrowserPreview.dump(BrowserPreview.java:482)
        at org.netbeans.modules.visualweb.insync.action.BrowserPreview.dump(BrowserPreview.java:482)
Comment 3 soyneto 2009-04-24 00:09:13 UTC
Created attachment 80808 [details]
stacktrace