Hey Muhammand, I don't believe you did a very good job of checking the steps.
I'm not going to go through this completely, because I do not have the time to tell you what you missed. The training has steps that are mandatory and you may not skip them, or change the steps without understanding the ramifications of the steps. When I look at your ModelGlue.xml code, I see: <event-type name="templatedAmir"> <after> <views> <include name="navigation" template="layout/Layout.Navigation.cfm"> <value name="xe_ShipmentList" value="Shipment.List" /> </include> <include name="message" template="layout/Layout.MessageBox.cfm" /> <include name="footer" template="layout/Layout.Footer.cfm" /> <include name="main" template="layout/Master.Layout.cfm" /> </views> </after> </event-type> <!-- Amir Work Area --> <event-handler name="default" type="templatedAmir"> <views> <include name="primary" template="primary.cfm" /> <include name="secondary" template="secondary.cfm"/> </views> </event-handler> Based on the way you built this application, it is working correctly. You are asking why you are not seeing the correct links as indicated in the Training, correct? The reason why is the Training does not say to make an event type called "templatedAmir". You have not followed ther directions in the training and thus the application does not work as the training shows. You must follow the steps exactly for the application to work exactly as we show in the training. Please update your application accordingly. I, along with others on this list, are happy to help you understand Model Glue and get up to speed. However, the understanding is that when you ask for help, you have tried to resolve the problem on your end beforehand and have ensured you followed the directions in the training material. Please hold off your experimentation until you successfully complete the steps. DW -- 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
