goshe
Joined: 31/10/2008 00:00:00
Messages: 8
Offline
|
Hello,
im my IceFacesApp i got an tree component, which tree model i create dynamically in my backing bean.
the tree component has a ActionListener to grap the node-expand/collapse events.
If i click on the first expand icon everything's ok (Listener is Fired and Node is expandet).
If i click on the second expand icon an java.lang.ArrayIndexOutOfBoundsException: 1 >= 1 is Fired.
It seems that the model in the web-page is not correctly updatet.
I'm working with ICEFaces 1.8.2.
Anyone got a similar Problem?
@edit: attached the files for the snippets.
| Filename |
tree.xml |
Download
|
| Description |
|
| Filesize |
560 bytes
|
| Downloaded: |
22 time(s) |
| Filename |
buildMethod.java |
Download
|
| Description |
|
| Filesize |
892 bytes
|
| Downloaded: |
33 time(s) |
|