I am trying to use CrudRestController, but am getting nothing populating the Table when after the request completes. I see two javascript includes that error out (404 Not Found), QueryReadStore.js and TGDojoRestStore.js. The paths for these scripts don't follow the same form as the other dojo includes.
http://wesdyklt:8080/toscawidgets/resources/tw.dojo/dojox/data/QueryReadStore.js as opposed to http://wesdyklt:8080/toscawidgets/resources/tw.dojo/static%5C1.4.1%5Cmin%5Cdojo/date/stamp.js which succeeds. What is the reason for this? The actual scripts are located in the same directory structure described by the second link. For instance, manually creating the URL: http://wesdyklt:8080/toscawidgets/resources/tw.dojo/static%5C1.4.1%5Cmin%5Cdojox/data/QueryReadStore.js succeeds. My javascript experience is very limited, but my understanding is that the call dojo.require("dojox.data.QueryReadStore") requests the script from the server. How do I point this in the right direction? Thanks for the assistance. Wes -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

