<!include leads to exceptions in the GF admin GUI:
https://jsftemplating.dev.java.net/issues/show_bug.cgi?id=34
Issue #|34
Summary|<!include leads to exceptions in the GF admin GUI
Component|jsftemplating
Version|1.2
Platform|Linux
OS/Version|All
URL|
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P1
Subcomponent|LayoutElements
Assigned to|kenpaulsen
Reported by|irfanahmed
------- Additional comments from irfanahmed_at_dev.java.net Wed Nov 7 19:33:07 +0000 2007 -------
Steps to reproduce
1. in GF admin-gui code, open up src/docroot/clusterProfileTree.jsf
2. use <!include to include a file containing a new tree node
3. Now in the admin GUI click on the last node in the nodes which have been included in the tree. You will see an
ArrayIndexOutOfBounds exception.
Attached are the clusterProfileTree.jsf, the included components and the trace exception.