Re: [Actionframework-users] Bug with no components
Status: Inactive
Brought to you by:
ptoman
|
From: Petr T. <Pet...@pi...> - 2003-04-09 12:33:29
|
> But if I don't put the tag <components>, a NullPointerException occurs
> in line 598 of ActionRuntime, where the code is getting the length of
> the list of components.
>=20
> // parse <component>s subelements
> for(int i=3D0; i < componentList.getLength(); i++) { =
=20
> <----
> Node node =3D componentList.item(i);
>=20
> It seems that the existence of <components> is not controlled
> previously.
Seems to be a bug that has to be fixed. Thank you for report!
P. Toman
[ http://dione.zcu.cz/~toman40 - Pet...@pi... - ICQ=3D22957959 ]
|