object clearing value question....
object clearing value question....
- Subject: object clearing value question....
- From: James Cicenia <email@hidden>
- Date: Sat, 6 Mar 2004 12:20:29 -0600
Hello -
I have created a component to both list the values in my database and
on the same page to allow the user to add a value.
Everything works great, except, how do I clear the last entered value
in my form? If I do something like this:
newItem.setValue("");
then for some reason the list gets redrawn with a blank???!!!
However, it is stored in the database. I had put this at the very end
of my add method after the save changes... and put it at the end of
appendToResponse method all with the same result.
What simple trick am I missing here?
-James Cicenia
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.