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 187434 - web.xml editor should allow me to edit "Error Page Location" field
Summary: web.xml editor should allow me to edit "Error Page Location" field
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: DD Editor (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-10 14:25 UTC by vitorsouza
Modified: 2010-06-10 14:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vitorsouza 2010-06-10 14:25:05 UTC
In the web.xml editor, "Pages" tab, "Error Pages" section, if I add an error page I have to fill in a field named "Error Page Location". 

This field has a "Browse..." button that allows me to pick a page from my project. But it doesn't allow me to edit the field myself. I'd like to do that so I can change the extension .xhtml to .faces and have the error page pass through the FacesServlet.

The only way to accomplish this is to go to the "XML" tab and edit the <location> element under <error-page>. It would be better if the graphical editor allowed me to do it.

In the "Security" tab, "Login Configuration" section, if I choose the option "Form", the field "Form Login Page" that shows up has a "Browse..." button but allows me to edit the field. You could make the "Error Page Location" field like this one.

Thanks!