AW: How to iterate neseted beans?

2004-11-11 Thread sebastian . steinfeld
I found my mistake... in the tag "html:form" I specified the wrong Form. Sorry, Sebastian Steinfeld -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 11. November 2004 11:51 An: 'Struts Users Mailing List' Betreff

AW: How to iterate neseted beans?

2004-11-11 Thread sebastian . steinfeld
Hi Niall, I tryed, but it doesn't working... When I call the page, the getter of the attributes are called and the values are shown in the input-fields. But when I am pushing the submit button there is no setter called. Thanks, Sebastian Steinfeld -Ursprüngliche Nachricht- Von:

How to iterate neseted beans?

2004-11-11 Thread sebastian . steinfeld
should edit them and committ changes by pushing the submit-button. I can call the getter of the attributes in the third bean, but how can I make the application call the setter? This is my code... what should I do? Can anyone help me? mfg Sebastian

Indexed Properties

2004-11-10 Thread sebastian . steinfeld
Hi, I need help for indexed properties. On one page I have different "input-fields" and I want to commit the changes when pushing the "submit-button" to realize this I am using the indexed propertie. Is this the right way? Or is the someone better? -- This is m