DateTimePicker Component

2015-03-20 Thread TNO
Hi, I'm using tapestry 5.3.7 with tapsetry-jquery. I'm looking for a DateTimePicker component. Tapestry have only a datepicker Chenille Kit used to have one (ck.DateTimeField), but this project seems to be dead Thanks for your help, Thomas

Re: JS conflict

2015-03-20 Thread Thiago H de Paula Figueiredo
Are you sure Foundation Framework is compatible with Prototype.js? If not, and if it's compatible with jQuery, you can make Tapestry 5.4 use jQuery instead. Not exactly a Tapestry problem. On Thu, 19 Mar 2015 20:38:02 -0300, Cheng Zhang charlesdenverj...@gmail.com wrote: More

Design / Best Practice on Multinational App

2015-03-20 Thread Adam X
What's the best approach for a single build of an app with global presence? I'm not asking for localisation, but subtle functional differences. Some examples are Address entity bean, which requires a state for some countries, but not for the others. Do I build separate Address bean for each region

Re: JS conflict

2015-03-20 Thread Cheng Zhang
Found another article showing it is possible to use jQuery in addition to Prototype. I will try. http://tapestry.apache.org/legacy-javascript.html On Fri, Mar 20, 2015 at 11:29 AM, Cheng Zhang charlesdenverj...@gmail.com wrote: I am not sure. I even did not realize Tapestry use Prototype as

Re: JS conflict

2015-03-20 Thread Cheng Zhang
I am not sure. I even did not realize Tapestry use Prototype as its default JS library. I do not want to change existing code with built-in prototype. I just made some research and found the Tapestry is tightly coupling with Prototype, probably I can only use the Foundation components that do not

Re: [5.4] Where to put the require.config?

2015-03-20 Thread Chris Poulsen
In a javascript stack? On Fri, Mar 20, 2015 at 4:05 AM, Rural Hunter ruralhun...@gmail.com wrote: Hi, I'm testing tapestry 5.4. I'm wondering where to put the requirejs.config code for my own modules and third-party modules?

Re: Weird behaviour, require js doesn't refresh changed js file immediately

2015-03-20 Thread abangkis
thanks a lot Felix :) On Fri, Mar 20, 2015 at 12:06 AM, Felix Scheffer fschef...@felix-scheffer.de wrote: Hi, for AMD modules, caching should be disabled by default. The default value for the Cache-Control header in this case is: max-age=60,must-revalidate. You can customize that by