You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Filip Polsakiewicz <Fi...@innoface.de> on 2003/06/16 10:53:27 UTC

nested vectors

Hi,
i use a Vector property in my FormBean, which itself contains Elements which
also contain vectors.

private Vector datedRanges;
.
.
.
v
class Ranges:

private Vector systems;
private Vector hosts;

iterating over those "nested" vectors works fine unsing logic:iterate. But
whenever i change something in the form the corresponding values within the
vectors are not beeing changes. Does anybody know why and how i can fix
that.

thx,

Filip Polsakiewicz


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org