Jquery gmap3 - isEmpty is not defined

2014-12-03 Thread Jan Fryblik
Hi guys, I've just migrated to T5.4 and Tapestry-Jquery 4.0.1-SNAPSHOT. And it seems I have an issue with 'isEmpty' function in GMap.js file. Error in firebug console looks like: ReferenceError: isEmpty is not defined if (isEmpty(specs.params)) { Source code snippet from GMap.js file

Re: A submit button block inside an ajax form causing problem with disabling the input.

2014-12-03 Thread Chris Poulsen
Normally you can fix the client id by specifying it yourself - but it seems like the submit component does not honor this? You could mark up the submit in another way (a data attribute or something else that allows you to find it in the DOM) -- Chris On Tue, Dec 2, 2014 at 7:54 PM, Sumanth

Re: A submit button block inside an ajax form causing problem with disabling the input.

2014-12-03 Thread Sumanth
Hi Chris, Thanks for this help. But we used a mixin, which always gets invoked and this solved the issue for me :) . On Wed, Dec 3, 2014 at 10:36 AM, Chris Poulsen mailingl...@nesluop.dk wrote: Normally you can fix the client id by specifying it yourself - but it seems like the submit

Tapestry5 jquery ajaxupload

2014-12-03 Thread Bosch, Christian
Hello, I'm writing a tapestry component using Tapestry5-Jquery AjaxUpload. I would like to customize UI (template file template) and change captions/messages. But I can't find any sample to handle this. Do you a sample or a link to a sample AjaxUpload integration ? Thanks for your help. C.

How to access tapestry validation results inside jquery

2014-12-03 Thread Sumanth
Hello Gurus, I have a ajax form component with a submit button. My requirement is to change the label of the button to submitting.. and disable the button on the form submit. This form component has a select input field. div class=col-xs-12 col-sm-4 t:type=select