Re: AJAX zone refresh not working in IE9 and IE10

2013-08-19 Thread Thiago H de Paula Figueiredo
On Mon, 19 Aug 2013 16:15:47 -0300, Jonathan Martin wrote: Tapestry version 5.3.6 Hmm, it should have an up-to-date version. Have you checked the browser error console for JavaScript errors? On 8/19/2013 2:22 PM, Thiago H de Paula Figueiredo wrote: Hi! Whch Tapestry version? Old one

Re: AJAX zone refresh not working in IE9 and IE10

2013-08-19 Thread Jonathan Martin
Tapestry version 5.3.6 On 8/19/2013 2:22 PM, Thiago H de Paula Figueiredo wrote: Hi! Whch Tapestry version? Old ones use an old version of Prototype that didn't support IE9 and IE10 yet. Your code and template look ok. On Mon, 19 Aug 2013 12:07:25 -0300, Jonathan Martin wrote: Greetings,

Re: [5.4] Use Individual Bootstrap Javascript Files Instead of Just bootstrap.js

2013-08-19 Thread Felix Gonschorek
what you can do is a small hack: you can point org.apache.tapestry5.SymbolConstants.BOOTSTRAP_ROOT to a folder with an empty bootstrap.js file and then care by yourselfes to include it everywhere, where it's needed. you could include the minimum bootstrap.js in the border layout and then include t

Re: AJAX zone refresh not working in IE9 and IE10

2013-08-19 Thread Thiago H de Paula Figueiredo
Hi! Whch Tapestry version? Old ones use an old version of Prototype that didn't support IE9 and IE10 yet. Your code and template look ok. On Mon, 19 Aug 2013 12:07:25 -0300, Jonathan Martin wrote: Greetings, I'm having issues with the zone refresh from an AJAX request in Internet Explorer

Re: [5.4] Use Individual Bootstrap Javascript Files Instead of Just bootstrap.js

2013-08-19 Thread Howard Lewis Ship
It's something that could be visited, but since the bootstrap JS files are not modules, it would require naming and shimming each one, especially because there are some dependencies between them. On Mon, Aug 19, 2013 at 4:54 AM, Peter Hvass wrote: > Hi Thiago, > > > Thanks for the reply. I don'

AJAX zone refresh not working in IE9 and IE10

2013-08-19 Thread Jonathan Martin
Greetings, I'm having issues with the zone refresh from an AJAX request in Internet Explorer 9 and 10 (it works fine in IE8, firefox, and chrome). I will click on the link and the new content will appear in the zone for about a half-second, then revert back to the original content. Request.isX

Re: [5.4] Use Individual Bootstrap Javascript Files Instead of Just bootstrap.js

2013-08-19 Thread Peter Hvass
Hi Thiago, Thanks for the reply. I don't think I was clear enough in my first post! In the instance where this is affecting us; Our BootstrapDropdown mixin includes Bootstrap's bootstrap-dropdown.js and Tapestry's core components (in this case, Errors) is including bootstrap.js. Since

Re: [5.4] Use Individual Bootstrap Javascript Files Instead of Just bootstrap.js

2013-08-19 Thread Thiago H de Paula Figueiredo
On Mon, 19 Aug 2013 07:10:43 -0300, Peter Hvass wrote: Hi all, Hi! We're running into issues where bootstrap.js is included by various core components and scripts are executing twice! Tapestry checks for duplicate additions of the same file and adds it only once, so there's something

Re: What do we need to learn to use Tapestry 5.4 ?

2013-08-19 Thread Thiago H de Paula Figueiredo
On Sat, 17 Aug 2013 18:11:13 -0300, Muhammad Gelbana wrote: As far as I understand. T5.4 will have a major refactor for the client side related code. They're backward-compatible changes, at least most of them. Documentation will be updated when the release is done. Anyway, this post by S

Re: What do we need to learn to use Tapestry 5.4 ?

2013-08-19 Thread Lance Java
AFAIK, the main thing you need to learn with tapestry 5.4 is the new javascript module loading via require.js. Existing js will need require wrappers. See this thread for some clarification http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/5-4-Javascript-best-practices-td5719568.h

[5.4] Use Individual Bootstrap Javascript Files Instead of Just bootstrap.js

2013-08-19 Thread Peter Hvass
Hi all, Just wondering what you all think about including bootstrap's js in a more modular fashion (i.e. as it appears when downloaded directly from github, each component's js is in its own file). Before 5.4 we were using these modular files to be able to pick and choose which bits of th

Re: Weaves library

2013-08-19 Thread Emmanuel DEMEY
You are right. The library use jQuery, but not Tapestry5-jQuery :s. Do you have JavaScript errors ? Can you check the request sent by the actionLink is an Ajax request ? Manu 2013/8/16 David Canteros > Sorry, I forgot the code. There is nothing special, I have only included a > component cal