I don't think you need to do any of that configuration anymore as it is
handled by AjaxShellDelegate (which Shell defers this to):

http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/TimeTracker/src/context/WEB-INF/

All available parameters to control these things should be found here:

http://tapestry.apache.org/tapestry4.1/components/general/Shell.html

On 10/14/06, Ryan Cuprak <[EMAIL PROTECTED]> wrote:

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]




--
Jesse Kuhnert
Tapestry/Dojo/(and a dash of TestNG), team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

Reply via email to