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

2015-03-22 Thread Geoff Callender
Let's say "a" and its associated files are in a folder called a-1.0.0. Try dropping the folder into META-INF/assets and shim it by contributing to ModuleManager: public static void contributeModuleManager( MappedConfiguration configuration,

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

2015-03-22 Thread Rural Hunter
I already did that. The problem is this: I have a 3rd party module A. Both my own code and another 3rd party module B depend on it. The standard location of module A should be at classpath:META-INF/modules/ but it brings in a lot of js files and sub-folders and makes the module root path( classpath

Re: how to escape {{ symbols?

2015-03-22 Thread Bob Harner
Hmm... interesting problem. I'm not sure it's a good idea to provide a custom MarkupModel class (even if it's somehow possible to do without modifying Tapestry source), because the MarkupModel is really tied to the document type, and you are not really generating a custom document type. Instead, I

Exception Constructing CacheManager (EhCache)

2015-03-22 Thread Adam X
Howdy, I'm trying to run my app on Hibernate-Mysql-T5.3.7 stack. It runs fine, but when I try to add EhCache I'm getting the following exception: Exception constructing service 'ValueEncoderSource': Error invoking service contribution method org.apache.tapestry5.hibernate.HibernateModule.contribu

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

2015-03-22 Thread Chris Poulsen
Drop the 3rd party module in the usual place for modules (classpath:META-INF/modules) and reference it. http://tapestry.apache.org/javascript-rewrite.html has some info on the infrastructure and the tapestry source code (setup of the core stack/bootstrap modules etc. are good inspiration as well),

AW: DateTimePicker Component

2015-03-22 Thread Erich Gormann
Hi,  I saw a library called tapx-datefield some time ago. It is compatible with tapestry5-jquery. I don't know, whether it is still available via Maven dependency. Greetings, Eric Von Samsung Mobile gesendet Ursprüngliche Nachricht Von: TNO Datum:20.03.2015 10:34 (GMT+01

Refreshing tapestry grid content from another component.

2015-03-22 Thread abangkis
Hello, in tapestry 5.4 it's very easy to refresh the grid content using ajax. You just set inplace field to true and you're done. The grid component handles everything. Now I'm wondering if there's any way to trigger this behavior from another component. For example i have an UpEvent link that i