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

Summary: IllegalArgumentException when adding navigation rule
Product: javaee Reporter: Jiri Skrivanek <jskrivanek>
Component: JSFAssignee: Petr Pisl <ppisl>
Status: VERIFIED FIXED    
Severity: blocker CC: pjiricka
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 99509    
Attachments: Stack trace.

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.