indexed property is not populated

2004-12-18 Thread Evgeniy Strokin
Hi, I have a problem: Struts config file has: On JSP I have: It generates folowing HTML: But when I submit the form actual values in a bean are not updated. They are still the same. What do I do wrong? Thanks, Eugene __ Do you Yaho

RE: indexed property is not updated after submit

2004-12-15 Thread Evgeniy Strokin
I'm wandering could this exception be because value of emailAddress is null? --- Evgeniy Strokin <[EMAIL PROTECTED]> wrote: > This is exactly that I have. Also i asumed that I > need > in ContactInfo.class something like this: > public Email getEmails(int index){ > ret

RE: indexed property is not updated after submit

2004-12-15 Thread Evgeniy Strokin
t; > /** > * @param string > */ > public void setEmailAddress(String string) { >emailAddress = string; > } > > > > -Original Message- > From: Evgeniy Strokin > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 15, 2004 2:40 PM > To: Struts Users Mailing List

RE: indexed property is not updated after submit

2004-12-15 Thread Evgeniy Strokin
ugene --- "Kandula, Sunita" <[EMAIL PROTECTED]> wrote: > Could be done like this: > <%@ taglib uri="/WEB-INF/struts-nested.tld" > prefix="nested" %> > property="model.currentPerson.contactInfo.emails" > > > > > >

Re: indexed property is not updated after submit

2004-12-15 Thread Evgeniy Strokin
Thanks, but the server doesn't respond. Could you sent the pdf or copy and past the page from pdf. I'm really stack with this problem and appreciate any help. --- Sebastián Gorgo <[EMAIL PROTECTED]> wrote: > Evgeniy Strokin wrote: > > Hi, > > I have a prob

indexed property is not updated after submit

2004-12-15 Thread Evgeniy Strokin
Hi, I have a problem: Struts config file has: On JSP I have: It generates folowing HTML: But when I submit the form actual values in a bean are not updated. They are still the same. This is my Bean: package com.mycomp.securityadmin; public class SecurityAdminModel implements Serializ