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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

