You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chance Terrell <ct...@friendlyworks.com> on 2000/07/14 17:26:43 UTC

Does anyone know howto...

	Clear a field that has been set?

	for example... Take a HTML form that is being maintained by using Jsp
(setProperty and getProperty) directives within a session, with at least one
text field on it. fill in the field with data and submit it. Now loop back
to the form in the same session to erase the field and submit a blank field.

	As far as I can tell the set method for the field is not called the second
(blank) time (ie. no data, no method call), therefore persistent data cannot
be deleted, it can be modified but not deleted.

	Hopefully someone knows howto fix this

Thanks in Advance
Chance B. Terrell