PreserveState should be sufficient to maintain the entire state, assuming the session is accessible to Model-Glue.
Using append is for appending URL parameters to the redirect URL and as you know, only simple values may be appended to a URL. This is an http limitation. Try your code without the append attribute and test the values to ensure they come across. ------Original Message------ From: andreacfm Sender: [email protected] To: model-glue ReplyTo: [email protected] Subject: [Model-Glue] redirect PreserveState="true" not working Sent: Jan 3, 2010 9:27 AM Hi Guys, I assumed that redirecting preserving the state was equal to something like flash in ColdBox. What I can do is to append="" simple values to the url but not passing complex objects from one request to another. <result do="admin.tipologia" redirect="true" PreserveState="true" append="infoBox,errorBox,id"/> id is a numeric and pass by but infoBox and errorBox are complex objects and in place of being copied to the next event MG try to convert them into a simple value. Does the feature exixts? Andrea -- 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 Sent from my Verizon Wireless BlackBerry -- 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
