HI,
I am developing an application which is majorly screen driven.I call a stored proc on submitting a form from dtml-doc A to doc B.I check for the presence of a REQUEST variable and call the proc if it is found and hence a new record is inserted.
But the prob is if I happen to refresh the screen the variables are still present and hence one more record is created.
I tried calling <dtml-call "REQUEST.form.clear()">
after the proc, but the variables are still persistent so end up calling the proc again and again and am not able to clear the form.
kindly help me....... this is getting to be a major prob on my application
Thanks
ZB