Re: logic:iterate over a collection of non-simple objects, how to fill them after submit

2004-04-21 Thread Lachdanan
:-) No :-) plz look at my first message (first msg in this thread). When writing the second message I was a little bit frustrated that no one had answered yet! Thx in advance Lachdanan "Daniel Henrique Alves Lima" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED]

Re: logic:iterate over a collection of non-simple objects, how to fill them after submit

2004-04-21 Thread Lachdanan
Did I forget the ??? in the subject line so that no one answers? Lachdanan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

logic:iterate over a collection of non-simple objects, how to fill them after submit

2004-04-19 Thread Lachdanan
I look at the HTML source code it seems that Struts forgets the ABean and tries to call AForm.setAnAttribute(value, index) which wont work of course. Does anyone have some good advice for me? Thx in advance!! Lachdanan P.S. I tried to use but that didnt work? Any ideas why not? I thought Str

logic:iterate over an array of Strings

2004-04-06 Thread Lachdanan
Hello, could anyone help me? I want to iterate over a String[]. This should be possible according to the Jakarta Struts User Guide "The collection to be iterated over MUST conform to one of the following requirements in order for iteration to be successful: a.. An array of Java objects or primi