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
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
: 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
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
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