Re: Custom MessageSource

2014-09-01 Thread Dimitris Zenios
Thanks for the quick reply I was hoping something like contributeMessageSource.Unfortunately I have to work it out through decorators/advisors. In my opinion contributing MessageSources is something that its good for tapestry to have. On Tue, Sep 2, 2014 at 12:29 AM, Thiago H de Paula Figueired

Re: Custom MessageSource

2014-09-01 Thread Thiago H de Paula Figueiredo
On Mon, 01 Sep 2014 18:07:17 -0300, Dimitris Zenios wrote: Hello everyone Hi! I am trying to find ways in order to contribute custom message sources other than properties file (Database for example).Is there an easy way to achieve that other than overriding ComponentMessagesSource service

Custom MessageSource

2014-09-01 Thread Dimitris Zenios
Hello everyone I am trying to find ways in order to contribute custom message sources other than properties file (Database for example).Is there an easy way to achieve that other than overriding ComponentMessagesSource service? I started by viewing the tapestry-core code and I found out that Com

Re: Trigger custom JS events and handle them on the server side

2014-09-01 Thread françois facon
Hi Martin, please have a look at the branch 5.4. https://github.com/got5/tapestry5-jquery/commit/a979f03a1feedb40a2fd1fbeb410f197d5e7bcf2 . Regards François

Re: [tapestry5-jquery] jquery.palette bug in production mode

2014-09-01 Thread françois facon
Hi I tried to reproduce the problem without success on the 3.4.1-snapshot. Have you tested this version? please post you comments to https://github.com/got5/tapestry5-jquery/issues/335 François 2014-08-30 21:25 GMT+02:00 TNO : > Hi, > > I'm using > > * tapestry 5.3.7 > * tapestry5-jquery 3.3.

hiding zones

2014-09-01 Thread John
I am trying to hide zones (div) that are revealed by tapestry+jquery from some java script. Usually the style.display = none works, but sometimes not and style.visibility does then work but then the zone won't rerender visibile again when I need it. I'm confused, is the way that zones are revea