Thank you!! yea it is working
From: [email protected] [mailto:[email protected]] On Behalf Of Dan Wilson Sent: Sunday, March 31, 2013 4:04 PM To: [email protected] Subject: Re: [Model-Glue] WIKI links are not working Thanks, that was helpful. I fixed the page with the old links. You can see it here: https://github.com/modelglue/modelglue-framework/wiki/Section-2 DW <mailto:[email protected]> Xeondxb Sunday, March 31, 2013 7:53 AM hi https://github.com/modelglue/modelglue-framework/wiki/Training -- >Section 1 ---> Section 2: Show Me Some Skinning ----> View API ( After Section 2 Summary) Regards, MA From: [email protected] [mailto:[email protected]] On Behalf Of Dan Wilson Sent: Sunday, March 31, 2013 3:30 PM To: [email protected] Subject: Re: [Model-Glue] WIKI links are not working How did you get to that link? -- -- 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 --- You received this message because you are subscribed to the Google Groups "model-glue" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out. <mailto:[email protected]> Dan Wilson Sunday, March 31, 2013 7:30 AM How did you get to that link? <mailto:[email protected]> Xeondxb Sunday, March 31, 2013 3:42 AM hi Dear, anyone knows about WIKI links?? some Links are not working Not Found The requested URL /wiki/ReferenceMaterials/ViewApi was not found on this server. -- -- 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 --- You received this message because you are subscribed to the Google Groups "model-glue" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out. <mailto:[email protected]> Dan Skaggs Saturday, March 30, 2013 6:44 PM I finally had a chance to install this locally and see what was going on. Turns out you did nothing wrong. We had an issue with the documentation on the wiki, so thank you for bringing this to our attention and our apologies for the headache to get to this point. Essentially, the script that we ran to convert the site content from Trac to a GitHub wiki a few months ago wasn't completely accurate. There was one key thing missing in the sentence that told you to add the event-type. Before it said: Our template runs after Events are processed. Open /PlantOMatic/config/ModelGlue.xml and insert the following code in between the tags. It should have said (and indeed did but the browser didn't render it because the angle brackets weren't escaped correctly): Our template runs after Events are processed. Open /PlantOMatic/config/ModelGlue.xml and insert the following code in between the <event-types></event-types> tags. So, long story short, if you surround your <event-type name="templatedPage"> tag with a tag named <event-types></event-types> so that it looks like below, you'll be in business. <event-types> <event-type name="templatedPage"> <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> </event-types> Again, our apologies for the issue with the documentation. I've corrected this issue on the wiki and attempted to make sure that there aren't any more issues like this in the rest of the training documents, but if you have further issues, please let us know. Thanks Dan ------ Original Message ------ From: "Muhammad Amir" <[email protected]> To: [email protected] Sent: 3/30/2013 7:11:34 AM Subject: RE: Re[6]: [Model-Glue] Problem with website only showing home page -- -- 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 --- You received this message because you are subscribed to the Google Groups "model-glue" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out. <mailto:[email protected]> Muhammad Amir Saturday, March 30, 2013 8:11 AM hi dear, did u get my zip file ?? Regards MA From: Muhammad Amir [mailto:[email protected]] Sent: Wednesday, March 27, 2013 11:14 PM To: '[email protected]' Subject: RE: Re[6]: [Model-Glue] Problem with website only showing home page here is the debug html file, IRC :( i never used is there any other way or if i have to use IRC i can try but im on gtalk ,skype msn Thanks From: [email protected] [mailto:[email protected]] On Behalf Of Dan Skaggs Sent: Wednesday, March 27, 2013 11:08 PM To: [email protected] Subject: Re[6]: [Model-Glue] Problem with website only showing home page Ah okay...those screenshots help a bunch. We now know that our files are in the right place and the source code view screenshot that you provided tells me that our event type isn't getting fired for some reason since the views in the event type are what are responsible for putting the "skin" or layout items around our content views. Let's turn on ModelGlue debugging so we can tell exactly what's going on. In your PlantOMatic/config/ColdSpring.xml file, look for a line that says (should be on about line 7) : <property name="debug"><value>false</value></property> Change that false value to true. While we're here, let's verify that the reload property right above it is set to true as well. If it is not, change it to true and add ?init=true to the end of the URL in your browser. Adding the debugging info will show us exactly what ModelGlue is doing through the request process. If you are familiar with using IRC, we could move this discussion to the #coldfusion channel on irc.freenode.net. My nickname there is TNTechnoHermit. ------ Original Message ------ From: "Muhammad Amir" <[email protected]> To: [email protected] Sent: 3/27/2013 1:53:05 PM Subject: RE: Re[4]: [Model-Glue] Problem with website only showing home page -- -- 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 --- You received this message because you are subscribed to the Google Groups "model-glue" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out. -- -- 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 --- You received this message because you are subscribed to the Google Groups "model-glue" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out. -- -- 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 --- You received this message because you are subscribed to the Google Groups "model-glue" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out. -- -- 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 --- You received this message because you are subscribed to the Google Groups "model-glue" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
<<image001.jpg>>
<<image002.jpg>>
<<image003.jpg>>
