Excellent Mika!
Thanks, I would never have thought of that.
Regards
Johan
-Original Message-
From: Mika Goeckel [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 11, 2002 3:25 PM
To: Tomcat Developers List
Subject: Re: preferred method of handling empty form fields
Yep,
if you have a
ok into jakarta.struts, there
you may find more related stuff.
M.
- Original Message -
From: "Johan Hoogenboezem" <[EMAIL PROTECTED]>
To: "'Tomcat Developers List'" <[EMAIL PROTECTED]>
Sent: Friday, January 11, 2002 1:43 PM
Subject: RE: preferred meth
ECTED]]
Sent: Friday, January 11, 2002 2:32 PM
To: Tomcat Developers List
Subject: Re: preferred method of handling empty form fields
Hi Johan,
I always create a reset() method within beans to circumvent this problem. It
clears all fields that I don't want to hold any value during form
process
t;
Sent: Friday, January 11, 2002 1:02 PM
Subject: preferred method of handling empty form fields
> Hi
> I use tomcat 3.2 on various platforms.
>
> My problem is this: when modifying a bean's properties through a jsp form,
I
> would like a property to be cleared if the corres
Hi
I use tomcat 3.2 on various platforms.
My problem is this: when modifying a bean's properties through a jsp form, I
would like a property to be cleared if the corresponding form field is
cleared. The introspect(...) method in the JspRuntimeLibrary does not do
this for me.
I searched the archi