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 101769 - IllegalArgumentException when adding navigation rule
Summary: IllegalArgumentException when adding navigation rule
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks: 99509
  Show dependency tree
 
Reported: 2007-04-19 13:39 UTC by Jiri Skrivanek
Modified: 2007-04-24 10:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace. (2.54 KB, text/plain)
2007-04-19 13:39 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2007-04-19 13:39:15 UTC
IllegalArgumentException is thrown when you try to add navigation rule to
faces-config.xml. To reproduce:

- add Glassfish server in Runtime view
- create a new web application with JSF framework
- open Configuration Files|faces-config.xml
- call 'JavaServer Faces|Add Navigation Rule' popup action in editor
- type "/welcomeJSF.jsp" in from view text field
- click Add button and you get IllegalArgumentException: child == null

Build 20070419-0800, JDK1.5.0_11, WindowsXP.
Comment 1 Jiri Skrivanek 2007-04-19 13:39:46 UTC
Created attachment 41247 [details]
Stack trace.
Comment 2 Petr Pisl 2007-04-23 13:10:00 UTC
Fixed in the trunk.
Comment 3 Jiri Skrivanek 2007-04-24 10:51:13 UTC
Verified.