Hello,
Quick question with tapestry 4.1.1 - is there a default border component or do I still have to write my own?


Using my existing border component which worked with Tapestry 4.0.x and Dojo I now get: FATAL: Could not load 'dojo.logging.Logger'; last tried '__package__.js' FATAL: Could not load 'dojo.logging.Logger'; last tried '__package__.js

 Border.html:
html jwcid="shell">
<head jwcid="[EMAIL PROTECTED]">
  <script type="text/javascript">
  djConfig = { isDebug: false,
               baseRelativePath: "js/dojo",
               preventBackButtonFix: false,
               parseWidgets: false
             };
  </script>
<script jwcid="@Any" type="text/javascript" src="ognl:baseURL + '/ js/dojo/dojo.js'"></script>
</head>
<body jwcid="@Body" >
        <span jwcid="@RenderBody"/>
</body>
</html>

 What's the proper approach in 4.1.1 with the embedded dojo?

 Thanks!
 -Ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to