RE: solution for missing refresh of ActionForm using checkboxes

2002-08-27 Thread van Nuffel, Marc
reset the field by using reflection to find the setter method and calling that with a null or empty value. -Original Message- From: Jesse Alexander (KADA 11) Sent: Monday, August 26, 2002 2:27 PM To: 'Struts Developers List' Subject: RE: solution for missing refresh of ActionForm usin

RE: solution for missing refresh of ActionForm using checkboxes

2002-08-26 Thread Corbin, Ken
reset the field by using reflection to find the setter method and calling that with a null or empty value. -Original Message- From: Jesse Alexander (KADA 11) Sent: Monday, August 26, 2002 2:27 PM To: 'Struts Developers List' Subject: RE: solution for missing refresh of ActionForm

RE: solution for missing refresh of ActionForm using checkboxes

2002-08-26 Thread Jesse Alexander (KADA 11)
: Corbin, Ken [mailto:[EMAIL PROTECTED]] Sent: Montag, 26. August 2002 17:57 To: [EMAIL PROTECTED] Subject: RE: solution for missing refresh of ActionForm using checkboxes True, I assumed that any generated pages would be processed by the base Action class. Which seemed like a reasonable assumption

RE: solution for missing refresh of ActionForm using checkboxes

2002-08-26 Thread Corbin, Ken
lexander (KADA 11) Sent: Monday, August 26, 2002 8:23 AM To: 'Struts Developers List' Subject: RE: solution for missing refresh of ActionForm using checkboxes But in your way you are linking the presentation to the Base-Action. The original solution proposed by Marc decouples the presenta

RE: solution for missing refresh of ActionForm using checkboxes

2002-08-26 Thread Jesse Alexander (KADA 11)
be a good enhancement. regards Alexander -Original Message- From: Corbin, Ken [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 22. August 2002 22:21 To: [EMAIL PROTECTED] Subject: RE: solution for missing refresh of ActionForm using checkboxes The way I solved this was to have a base