I found a problem, it was GAE issue (I didn't mention about this)
Adding /click-jquery/* to static resources solves my problem


Best regards

Tomasz



2010/9/12 Bob Schellink <[email protected]>:
> Are you deploying to the root context '/'? If so it sounds like the
> resources wasn't deployed. Which server are you running on? Does  it
> explode the war file into a directory? If Click cannot deploy
> resources it logs a warning otherwise it will log each resource it
> deploys. Do you see anything like that in your log file?
>
> Bob
>
>
>
> On Sun, Sep 12, 2010 at 2:21 PM, tomasz bandura
> <[email protected]> wrote:
>> 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
>>>
>>
>

Reply via email to