RE: checkbox and iterate problem

2003-02-27 Thread Phillip Qin
Is Doing -Original Message- From: Neal [mailto:[EMAIL PROTECTED] Sent: February 26, 2003 5:51 PM To: [EMAIL PROTECTED] Subject: RE: checkbox and iterate problem I'm afraid you've lost me, I thought the propery HAD to be boolean for a checkbox. Can you please send me a code snippet of what you

RE: checkbox and iterate problem

2003-02-26 Thread pqin
Have to set default value in reset method. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: February 26, 2003 1:18 PM To: [EMAIL PROTECTED] Subject: checkbox and

RE: checkbox and iterate problem

2003-02-26 Thread nkstruts
I have a Reset method, and I am calling mFolders[i].setChecked(false) for each item in my array. Is that what you mean by setting the default value ? If so, it hasn't fixed my problem. Thanx Have to set default value in reset method. Regards, PQ This Guy Thinks He Knows Everything This

RE: checkbox and iterate problem

2003-02-26 Thread pqin
PROTECTED] Subject: RE: checkbox and iterate problem I have a Reset method, and I am calling mFolders[i].setChecked(false) for each item in my array. Is that what you mean by setting the default value ? If so, it hasn't fixed my problem. Thanx Have to set default value in reset method. Regards

RE: checkbox and iterate problem

2003-02-26 Thread Neal
of false (which is a primitive type). Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: February 26, 2003 2:04 PM To: [EMAIL PROTECTED] Subject: RE: checkbox and iterate

RE: checkbox and iterate problem

2003-02-26 Thread pqin
PROTECTED] Subject: RE: checkbox and iterate problem I changed everything from boolean (primative) to Boolean (Object type), no difference I still see the same behavior. After submit my setter function is not called. but for a non-indexed checkbox it is called. However the getter() is always

RE: checkbox and iterate problem

2003-02-26 Thread Neal
:[EMAIL PROTECTED] Sent: February 26, 2003 5:20 PM To: [EMAIL PROTECTED] Subject: RE: checkbox and iterate problem I changed everything from boolean (primative) to Boolean (Object type), no difference I still see the same behavior. After submit my setter function is not called. but for a non

RE: checkbox and iterate problem

2003-02-26 Thread Neal
the collection and set false (String) to each checked. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: Neal [mailto:[EMAIL PROTECTED] Sent: February 26, 2003 5:20 PM To: [EMAIL PROTECTED] Subject: RE: checkbox

RE: Checkbox in iterate

2002-08-19 Thread Kamholz, Keith (corp-staff) USX
Hey, You kinda confused me about what your problem was. Could you maybe explain it better if I'm wrong about it? It sounds like you just want to know which rows are checked. You need to specify the 'indexId' attribute in the logic:iterate ... tag to create a variable that stores the index of

RE: Checkbox in iterate

2002-08-19 Thread Kamholz, Keith (corp-staff) USX
]] Sent: Monday, August 19, 2002 9:00 AM To: 'Struts Users Mailing List' Subject: RE: Checkbox in iterate Hey, You kinda confused me about what your problem was. Could you maybe explain it better if I'm wrong about it? It sounds like you just want to know which rows are checked. You need

RE: Checkbox in iterate

2002-08-19 Thread Gilles . Vandaele
] cc: 19/08/2002 15:02 Subject: RE: Checkbox in iterate

RE: Checkbox in iterate

2002-08-19 Thread Kamholz, Keith (corp-staff) USX
not more help, perhaps one of the more experienced struts users have some input. ~ Keith http://www.buffalo.edu/~kkamholz -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 9:23 AM To: Struts Users Mailing List Subject: RE: Checkbox in iterate