On Sun, Mar 2, 2008 at 12:00 PM, Roan Kattouw roan.kattouw@home.nl wrote:
Simetrical schreef:
What does everyone else think about this? Returning a truncated reason in an error message will be a pain to write up, because there are so many entry points to this logic that will need to handle the error in their own strange and idiosyncratic ways, but I think it's the only correct thing to do here.
How about some general summary processing function that does that?
That will generate the error, but it needs to be handled individually by each caller. There's no generic "generate an error message for this page that allows the user to resubmit the form" function.