I have a huge form that posts to MG. In several places in the controller makeEventBean is called on different beans. I need to figure out what is getting set by makeEventBean. It will be a tedious process to match up all the form field names to my different objects to see what is getting set.
It would be nice if makeEventBean could just return a list of fields that it updated. Or is there some other way to get this information? I'm digging through the source now so I can add a cflog line to makeBean (it looks like this is what actually does the work when you call makeEventBean) so I can see whats going on. -- 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
