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 57351

Summary: "browse" window of "pages" view can't find any jsp pages
Product: javaee Reporter: wqtnetbeans <wqtnetbeans>
Component: DD EditorAssignee: Milan Kuchtiak <mkuchtiak>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 57750    
Bug Blocks:    
Attachments: dir structure

Description wqtnetbeans 2005-04-01 16:52:58 UTC
This is a follow up on

http://www.netbeans.org/issues/show_bug.cgi?id=57141

The NPE error is fixed. But now in the pop-up window of the "browse" button for
welcome and error pages, there are no JSP files or any folders - The window is
empty. User can not really "browse" to any where.
Comment 1 Milan Kuchtiak 2005-04-02 07:23:38 UTC
What kind of project are you working with ?
Please send the physical structure (dir structure) of your project and where is
your web.xml located ?
Comment 2 wqtnetbeans 2005-04-03 03:10:50 UTC
It's a free-form web project. But the same error also occurs when I make it a
"web project with existing source.

I am attaching a screen shot of Windows file explorer that shows the dir structure. 

. The top level dir named "Telescope" is actually the CVS module. 

. Under this CVS module there is a "web" folder that contains several webapps.
(They are all clients of an EJB that talks to some web services.).

. Under "web" there is a "common" folder that holds some JSP pages (headers,
footers and such) that are common to all the web clients.

. The web app/client that forms the current project is the one named "ube".
There is not much unusual stuff to it as you can see. The web.xml is located at
"ube/WEB-INF/" as shown on the right hand side of the file window.

Comment 3 wqtnetbeans 2005-04-03 03:11:47 UTC
Created attachment 21316 [details]
dir structure
Comment 4 Milan Kuchtiak 2005-04-12 16:05:46 UTC
Fixed together with 57750.
Comment 5 zikmund 2005-07-13 16:15:03 UTC
Verified.