Hi all, I'm looking for a nice solution to what I reckon is a common problem. We have dialog wrapping a form with iUI. Once the data is posted, some server-side validation is performed and either the user is redirected upon success or a flash error is set to render an error message. The problem is that rendering the error message causes the original form/dialog to be discarded, so the user never has the opportunity to correct his data.
We've come up with several ways to address the problem, but they all seem wrong in one way or another. Some solutions are: - Perform client-side validation. - Create a new page that looks like a dialog and not use dialog explicitly, using a back button for the cancel action. - Rework the way error messages are conveyed. Before we start heading down one of these paths, is there an elegant way of dealing with the problem of layering dialogs? Thanks, Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
