Off the cuff, you haven't var scoped your 'item' variable or your return variable 'status'. So those variable will be subject to variable bleed under load. As an additional point of feedback, passing the entire model back to the view isn't best practice. It would be better if you had passed just the return variable back to the model. Unless that's a typo?
Thanks, Roy -- 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
