> Okay, but when I submit the form a second time, the user will see the > same view as before. After both submits the user will see the "Your > query was submitted"-box. So after the first submit he will see a change > on the page, but not after the second submit.
Only if there was an actual change. If nothing changed, the message will go away. When something changes you can also update the message that is displayed. When you update the database you can find out what fields have changed and build a message from that. Kinda like the errors-component, but now list changes instead of errors. regards, Onno