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 - "browse" window of "pages" view can't find any jsp pages
Summary: "browse" window of "pages" view can't find any jsp pages
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: DD Editor (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on: 57750
Blocks:
  Show dependency tree
 
Reported: 2005-04-01 16:52 UTC by wqtnetbeans
Modified: 2006-03-24 13:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
dir structure (154.06 KB, image/jpeg)
2005-04-03 03:11 UTC, wqtnetbeans
Details

Note You need to log in before you can comment on or make changes to this bug.
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.