Re: indexed property is not updated after submit

2004-12-15 Thread Sebastián Gorgo
Evgeniy Strokin wrote: This is exactly that I have. Also i asumed that I need in ContactInfo.class something like this: public Email getEmails(int index){ return emails.toArray()[index]; } For property: model.currentPerson.contactInfo.emails[0].emailAddress But I notised that Struts calls getEmail

Re: indexed property is not updated after submit

2004-12-15 Thread Sebastián Gorgo
Evgeniy Strokin wrote: 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 problem: Struts

Re: indexed property is not updated after submit

2004-12-15 Thread Sebastián Gorgo
Evgeniy Strokin wrote: Hi, I have a problem: Struts config file has: On JSP I have: property="model.currentPerson.contactInfo.emails" name="form" > 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: p

Re: ??? property naming convention problem

2004-12-14 Thread Sebastián Gorgo
Vinod Easaw Varghese wrote: Hi, I have a textbox in a JSP whose property has been named as eCoupon. I have created the necessary ActionForm with the necessary setter and getter methods such as setECoupon and getECoupon. When I run submit the form within the corresponding JSP I get the er

Re: Problem with starting the samplecode-urgent help

2004-12-13 Thread Sebastián Gorgo
You must change "strutsTutorial.UserRegistrationAction" to "StrutsTutorial.UserRegistrationAction". Its case-sensitive. S.B. wrote: I have a created a subclass of Action, called UserRegistrationAction: package StrutsTutorial; import javax.servlet.http.HttpServletRequest; import javax.servlet.http