I found a strange debug code ($jsElement is declared on the index.htm - my start page):
[Click] [info ] handleRequest: /index.htm - 2233 ms [Click] [debug] handleRequest: GET http://localhost:8888/click/table.css [Click] [debug] GET http://localhost:8888/click-jquery/jquery-1.4.2.js/index.htm [Click] [trace] is Ajax request: false [Click] [trace] invoked: Page.<<init>> [Click] [trace] invoked: Page.onSecurityCheck() : true [Click] [trace] invoked: Page.onInit() [Click] [trace] invoked: Page.onGet() [Click] [trace] invoked: Page.onRender() [Click] [info ] renderTemplate: /click/not-found.htm - 17 ms [Click] [trace] invoked: Page.onDestroy() Tomasz 2010/9/12 tomasz bandura <[email protected]>: > but something is wrong in my code > > I create table with JQBehavior (from table example), > $jsElements looks good,i.e there are javascript declarations: > > <script type="text/javascript" src="/click-jquery/jquery-1.4.2.js"></script> > (...) > <script type="text/javascript" > src="/click-jquery/template/jquery.templates.js"></script> > > but firebug raises an exception for each of declared javascript lib : > "Page Not Found" > and table works without ajax > > > Best regards, > > Tomasz > > > > > > 2010/9/11 Bob Schellink <[email protected]>: >> On Sat, Sep 11, 2010 at 1:41 PM, tomasz bandura >> <[email protected]> wrote: >>> btw. I noticed the click-jquery has hardcoded path to the javascript >>> resources: declared $jsElements point to '/click-jquery' path >>> >>> Is it a bug or feature? :) >> >> Similar to click that deploys resources to the 'click' folder, he >> click-jquery resources are deployed to their own folder -> >> 'click-jquery'. Is this what you are referring to? >> >> Bob >> >
