using brail view engine
in some, not all, of my views I have
<% component CaptureFor, {"id": "javascript"}: %>
<script>
//code
</script>
<% end %>
in default.brail I have
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
....
${javascript}
When I'm accessing views that don't have "component CaptureFor" I get
"Parameter 'javascript' was not found!"
Also tried with ${?javascript} but that generates "Parser Error"
Anyone that can tell me how to handle this for views that have no
CaptureFor?
Cheers
Martin
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---