Is it possible to have a form which keeps returning on a page?
E.g. suppose you have a member list and at the bottom you want to have a quick way to add a new member. The form has a name field and an e-mail address field. FormHandler has to check if both fields are filled in. If they are, the same member page should be displayed again with the same, but empty, form to add a new member again.
At the moment, when a form submission passed, the form isn't displayed again.
Changed at 23 January 08 / 12:41
HI
I have same question in this topic .
for some reason I want to display a message and after that I need to display the form with their values again .is it possible or not?
the reason for this action is that , in some situation the OS can't perform correct action so it return some error. I want to return that error to user and ask him to decrease his requested resource from OS.
if it is possible suggest a way that doesn't need header function , because some part of page generate else where and I it need lots of effort to stop their output at header of the page.