Re: tapestry and jquery

2014-11-25 Thread françois facon
Hello Ivano, The best way to get an anwser is to post your question at https://github.com/got5/tapestry5-jquery/issues. version 4.0.0 of tapestry5-jquery provides jQuery integration for Tapestry 5 and allow you to work with or to replace the tapestry.js file based on prototype. version

Re: tapestry and jquery

2014-11-25 Thread Ivano Luberti
Thanks for all the comments, here is a cumulative feedback: I have tried the tapesrty5jquery dialog demo using 3.3.4 and 3.3.7 version in the Tapestry5 tutorial using Tapestry 5.3.7 but didn't work. Asked on their google group (thati moderated) and saw there are no post since september 2013. So I

Adding chat rooms

2014-11-25 Thread Name Surname
I am using chat room module from Lance and I would like to make more chat rooms, not just one. Can it be done?

Re: Adding chat rooms

2014-11-25 Thread George Christman
If I remember correctly, you just need to add everybody to the same topic. On Tue, Nov 25, 2014 at 6:48 AM, Name Surname wintertime0...@outlook.com wrote: I am using chat room module from Lance and I would like to make more chat rooms, not just one. Can it be done? -- George Christman

Re: [5.4] module js - takes some time to refresh

2014-11-25 Thread Howard Lewis Ship
Sometimes I'll use curl to get the module, to see if it has recompiled ... and then, yes, it's usually the browser caching when I really want it not to. In addition, modules are streamed with Cache-Control header that gives them a short time to live (I believe a minute by default). Otherwise,

Re: [5.4-beta-22] How to abort form submission ?

2014-11-25 Thread Thiago H de Paula Figueiredo
On Mon, 24 Nov 2014 20:52:32 -0200, Muhammad Gelbana m.gelb...@gmail.com wrote: Hello fellow tapestrians... Hi! Is there a way I can abort a form submission on the server side ? The reason I'm asking is that I have a form with numerous submit buttons and sometimes I only need to handle

Re: Adding chat rooms

2014-11-25 Thread Lance Java
I haven't actually written a chat module per se. I've written two libraries that support push/comet (namely tapestry-atmosphere [1] and tapestry-cometd [2]), both of which have a chat demo. Which one of these libraries are you using? Note: tapestry-atmosphere has a live demo of a multi-room chat