RE: CheckBox problem in struts..

2002-04-05 Thread Duff, Jason
More of a question for the user list... Here is some doc directly from the struts site: "In order to correctly recognize unchecked checkboxes, the ActionForm bean associated with this form must include a statement setting the corresponding boolean property to false in the reset() method." ( http

bug 3202

2002-03-20 Thread Duff, Jason
Could someone with commit status take a look at bug #3202. It's been out there for a while and would require relatively minor changes as indicated in the report. Thanks. jason This e-mail contains confidential and privileged material for the sole use of the intended recipient. Any review or

bug 3202

2002-03-20 Thread Duff, Jason
Could someone with commit status take a look at bug #3202. It's been out there for a while and would require relatively minor changes as indicated in the report. Thanks. jason This e-mail contains confidential and privileged material for the sole use of the intended recipient. Any review or

Bug 3202

2002-03-18 Thread Duff, Jason
Hey. I'd appreciate it if someone would take a look at committing the fix to bug 3202. It's been there quite a while and the fix/enhancement is relatively minor. If the comments in the bug report are not clear I apologize and would be happy to work with whoever decides to pick this one up. Th

RE: [PATCH] OptionsTag.doEndTag -> efficiency using getIterator()

2001-08-16 Thread Duff, Jason
Does anyone have any additional thoughts on this? -Original Message- From: Duff, Jason Sent: Wednesday, August 08, 2001 3:41 PM To: '[EMAIL PROTECTED]' Subject: [PATCH] OptionsTag.doEndTag -> efficiency using getIterator() When the logic falls into the section of c

[PATCH] OptionsTag.doEndTag -> efficiency using getIterator()

2001-08-08 Thread Duff, Jason
When the logic falls into the section of code that uses "separate iterators" to render the options there is the potential that the getIterator() is called twice to get an iterator to the same list. It is inefficient in the sense that the underlying method that returns the collection for the itera