Struts String[] Problem

2005-02-11 Thread Paulo César M. Jeveaux
Hi List I am sending my problem I have one text box and for that text box i write one property in Config file. But that text box may contain multiple value so i introduced one Button named More when i clicked that btn another text box generated.Now i have two text boxes of same property So

Re: Struts String[] Problem

2005-02-11 Thread Wendy Smoak
From: Paulo César M. Jeveaux [EMAIL PROTECTED] Now i have two text boxes of same property So when i enter any value in 1 text box same value assigned for another text box as they have same property name. Do you care about the order? If not, it seems like a String[] should work (it certainly

Re: Struts String[] Problem

2005-02-11 Thread Jeff Beal
I'm not sure exactly what you mean with the checkbox problem, but for the other, you should probably use indexed properties. You can search the list archives and the documentation for 'indexed properties' and get loads of information on them. Here's the 5-second crash course: Bean form