Mike, I haven't heard about this which has forced me to go through your
code. Though I haven't found what I want, I have come across more
questions.
Before I state my additional questions, let me restate my original one.
When a POST occurs in MV, if an error, other than session failure,
occurs, how can I test/trap for that when the form refreshes or
transfers to another page? My site is step to allow entry of SKU's, not
select from a list (over 14,400 SKU's) and a search method would be too
diffucult for the type of products...
Ok, that said, my additional questions are.
1. MV creates a value last_error that I see being manipulated when
debugging is enabled yet I cannot access it as a [value last_error] or
[value mv_last_error]. Atleast if I could test and display this, it
could be a start.
2. For some reason, the find/display special_page is not operating
during my adding of an item to the basket. The code at line 763
(add_items) of Beta6 doesn't have a statement to do this like at line
499 in (do_order). Is this a mistake or what am I doing incorrectly?
I'd rather NOT dispatch to another page and then force them to come
back. It would be much cleaner to just display the error on the same
page during a refresh.
Thanks...
Barry