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

2014-08-30 Thread TNO
Hi, I'm using * tapestry 5.3.7 * tapestry5-jquery 3.3.7 * a simple form (login, password and list of role), a jquery.palette is used to choose the roles. It works when PRODUCTION_MODE is set to false, but my role list is always null when PRODUCTION_MODE = true. Using Firebug, I saw *

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

2014-08-30 Thread Martin Schneider
The got5-mixin is not supported for 5.4 and the way java script support has changed since 5.3 I am not sure this is the right way to go. Maybe someone can tell me, if the mixin can be modified for Tapestry 5.4: https://github.com/got5/tapestry5-jquery/blob/5dee73c32c2d584decc76231a905d26c01c02eb3/s

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

2014-08-30 Thread Chris Mylonas
Are you getting an exception page and or stack trace first of all? Any ideas what/where the code have have changed for 5.4 Any tests that would help devs? Cm On 31/08/2014 12:51 am, "Martin Schneider" wrote: > What is the best way to do this with Tapestry 5.4? The jQuery bind mixin > seems to

Trigger custom JS events and handle them on the server side

2014-08-30 Thread Martin Schneider
What is the best way to do this with Tapestry 5.4? The jQuery bind mixin seems to have done this for Tapestry 5.3 ( http://tapestry5-jquery.com/mixins/docsbind). Basically, what I'm trying to achieve is, to allow palette components to behave like the select components in this example: http://jumps

Re: link dead in production mode?

2014-08-30 Thread Chris Mylonas
Yeah browsers can be c*nts /pub On 30/08/2014 9:47 pm, "John" wrote: > Thanks for that. I did a clean build and deployed then cleared browser > cache and its all fine. > > John > - Original Message - > From: Chris Mylonas > To: Tapestry users > Sent: Saturday, August 30, 2014 10:5

Re: link dead in production mode?

2014-08-30 Thread John
Thanks for that. I did a clean build and deployed then cleared browser cache and its all fine. John - Original Message - From: Chris Mylonas To: Tapestry users Sent: Saturday, August 30, 2014 10:55 AM Subject: Re: link dead in production mode? Are all the rendered/delivered

Re: Event Bubbling Help Required.

2014-08-30 Thread Geoff Callender
I can't see anything wrong with your code. As requested, here is a new example: Event Bubbling With Context: http://jumpstart.doublenegative.com.au/jumpstart7/examples/component/eventbubblingwithcontext Geoff On 30 Aug 2014, at 8:44 am, Sumanth wrote: > There is already a solution pr

Re: link dead in production mode?

2014-08-30 Thread Chris Mylonas
Are all the rendered/delivered HTML/css files the same version? On 30/08/2014 7:51 pm, "John" wrote: > Hi, > > I still have this problem running my app in production mode, but now I > discover something new. > > I have a password change button (see below). It is responsive in > development mode o

link dead in production mode?

2014-08-30 Thread John
Hi, I still have this problem running my app in production mode, but now I discover something new. I have a password change button (see below). It is responsive in development mode on the live server, but not in production mode. However on my development server it is responsive in production m

Re: Grid pager no activation context stored on sorting fields

2014-08-30 Thread Geoff Callender
That example doesn't have any sorting or stuff going on within a context. Perhaps you meant the "Filter CRUD" example? The first URL is plain, whereas the second one has remembered the mode, the chosen person, and the value of the filter: T5.4: http://jumpstart.doublenegative.com.au/ju