variable number of text fields in a form

2002-05-05 Thread Chakradhar Tallam
hi guys, how do i handle the setting of variable number of text fields in a form! i've tried with indexed properties but when i'm posting the form, the get method is getting called rather than the set method for some reason. have u had this kind of experience before, help is appreciate

Re: variable number of text fields in a form

2002-05-05 Thread Arron Bates
lled. Have you tried the nested tags?... makes light work of list type operations among everything else. Anyways, I've ranted this before, and your answer "could" be above :) Arron. Chakradhar Tallam wrote: >hi guys, > >how do i handle the setting of variable number of

Re: variable number of text fields in a form

2002-05-05 Thread Arron Bates
ays, I've ranted this before, and your answer "could" be above :) > > > Arron. > > > > Chakradhar Tallam wrote: > >> hi guys, >> >> how do i handle the setting of variable number of text fields in a form! >> i've tried with indexed pro

RE: variable number of text fields in a form

2002-05-05 Thread Chakradhar Tallam
s Users Mailing List Subject: Re: variable number of text fields in a form And this is a user-list type question, so I've forwarded there. Arron. Arron Bates wrote: > Depends on the type of indexed getter/setter you're using. > > public String getMyIndex(int i) {} >