Re: Multi Indexed Nested properties samples?

2002-03-25 Thread Peter Pilgrim
]; [EMAIL PROTECTED] Subject:Re: Multi Indexed Nested properties samples? Arron, I want to let the user modify all informations in one page like this way: * | User Information: | Name: Telephone

RE: Multi Indexed Nested properties samples?

2002-03-25 Thread Annie Chang
- From: Peter Pilgrim Sent: Mon 3/25/2002 6:41 AM To: Struts Users Mailing List Cc: Subject: Re: Multi Indexed Nested properties samples? Annie MUTATOR You will need the mutator method obviously

Multi Indexed Nested properties samples?

2002-03-24 Thread Annie Chang
Hi, Can I jump in and ask a question related with this? I modified the example come with struts 1.0.2. I want let the user edit all Subscriptions at the same time within the page registration.jsp My requirements are similar to (but I want multi array properties in one form, see

Re: Multi Indexed Nested properties samples?

2002-03-24 Thread Arron Bates
Annie, Somehow you're using a tag library that doesn't have the indexed tag ability. The error is complaining that you've specified the indexed=true attribute, but it doesn't know about it one way or another. When you speak of two vecotrs, is one return from a bean in the other?... Anyways,

Re: Multi Indexed Nested properties samples?

2002-03-24 Thread Annie Chang
void setCatalog(String s) {catalog = s;} public void setName(String s) {name = s;} } - Original Message - From: Arron Bates [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, March 24, 2002 3:49 PM Subject: Re: Multi Indexed Nested properties samples