I've discovered some more about this. The page is doing something weird - submitting the form using ColdFusion.Ajax.submitForm() and then refreshing the whole page. So the refresh of the page is disconnected from the form submission, so I'm not surprised the viewstate isn't carried over.
I think I'll either have to put the messages into the session/etc. to hang on to them, or change how the form is submitting so MG can carry the state over. -Ryan -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" 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/model-glue?hl=en
