The whole page is made up of
default.brail
home.brail
plus some other subview for navigation that use Viewcomponets but do
not use a CaptureFor.
The only CaptureFor I am using on this page is on the home.brail ( see
below )
<% component CaptureFor, [EMAIL PROTECTED]: @scripts}:%>
<script type="text/javascript" src="${siteroot}/Content/js/
HomeFlash.js"></script>
<script type="text/javascript">
document.observe("dom:loaded", function(){ HomeFlash.init("$
{header.Header_image}", "9", "0"); });
</script>
<% end %>
then with in the default.brail to pick up the CaptureFor I use
${?scripts}
Does this help or will sending the files be easier ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Castle Project Users" 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/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---