Hi all,
I need to have a text input field and an "Add" button beside it.
After pressing the butten the text field should disapear and the text added to a list view.
The list view is not the issue. The issue to empty the text box and create a new entry.
I tried with data view. The view is filled by a MF which creates a new object, which is passed.
This object is possible to fill and is added as well to the list. (Pressing "Add": Commiting object via assossation to DB and creating new object)
The issue is that the data view still shows the old text entered and when I change the text the old text gets overwritten.
Any thoughts?
Thanks!
BR,
Mauro