> -----Urspr�ngliche Nachricht-----
> Von: David Winterfeldt [mailto:[EMAIL PROTECTED]]
> Gesendet: Mittwoch, 25. Juli 2001 22:57
> An: [EMAIL PROTECTED]
> Betreff: Re: Accessing nested attributes using <bean:write>
>
>
> This is the same as getFather().getName(). You can
> also use nested properties for html:text and all the
> other Struts tags.
>
> <bean:write name="bean" property="father.name"/>
>
> Arrays are supported to.
> <bean:write name="bean" property="name[0]"/>
Silly me, I tried that of course as it seemed obvious. But I got an
error, now I discovered that the error was related to another class.
Unfortunatly the error told me "No Such Method" - given that it was late
already yesterday, I must have confused things.
Thanks for your help,
Andreas
PS: Also thanks to the other ppl. that responded.