Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-06-06 Thread Robin Komiwes
Hi! In validation.js [1] , line 31 ;) The goal of this function is to translate a tapestry validation rule in a jQuery Validation plugin rule. For example, tapestry uses the validator "numericformat" which is translated to "number" for jQuery Validation plugin. Please check the links below for

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-06-06 Thread Greg Pagendam-Turner
Robin, I want to customize the jquery validation in a grid. I've been looking through the tapestry-jquery code. In validation.js there is reference to a function called toJSRule. Where is this function defined please? Regards, Greg. On 3/06/2010 2:23 PM, Greg Pagendam-Turner wrote: Robin,

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-06-02 Thread Greg Pagendam-Turner
Robin, I tend to agree about the popups. Do you have any examples please of how you've used validation please? Are you using it in a grid at all? Do you completely steer clear of the existing Tapestry required validations and just code using the jQuery validator direct in your page? Regards,

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-06-01 Thread Peter Stavrinides
s, Beirut, Bucharest, Istanbul Subject: Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources - How does that work, does Tapestry not require 'tapestry.js' or does jquery provide some equivalent? This module comes with a new tapestry.js [1] which is my vision of the a

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-06-01 Thread Robin Komiwes
- How does that work, does Tapestry not require 'tapestry.js' or does jquery provide some equivalent? This module comes with a new tapestry.js [1] which is my vision of the agnostic layer (java equivalent would be an interface). Then there is a tapestry-jquery.js [2] , which is the implementation

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-06-01 Thread Peter Stavrinides
Hi What do you mean by: " This library fully drop out Prototype, Scriptaculous, Blackbird and tapestry.js and replace them by jQuery." - How does that work, does Tapestry not require 'tapestry.js' or does jquery provide some equivalent? - How would jQuery integrate with existing applicatio

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-06-01 Thread Robin Komiwes
Validation change is a design choice. Most of the designers of my company (and also myself) have found that ErrorPopups may be too intrusives. You may be interested by this article: http://www.alistapart.com/articles/inline-validation-in-web-forms/ Be reassured, the jQuery plugin used for validati

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-06-01 Thread Greg Pagendam-Turner
Robin, Thanks. Looks like the issue with my Dialog is that I still had some prototype code that was confusing things. The dialogs now come up. I've raised an issue for the datefield in AjaxFormLoop. How is the validation handled in tapestry jquery? Unlike with prototype the error just seems

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-06-01 Thread Robin Komiwes
Hi! Concerning the Dialog component, default is to not show the dialog. See autoOpen value in the Dialog component: http://github.com/got5/tapestry5-jquery/blob/master/src/main/java/org/got5/tapestry5/jquery/components/Dialog.java Concerning the datefield, I'll have a look and try to make a test

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-05-31 Thread liftyourgame
Robin, I've tried to use the JQueryDialog as documented in the sample. I was expecting the dialog to be hidden until the j.querydialoglink was clicked but the dialog comes up as rendered. Am I using the component the right way? Is there a documentation page yet? I've noticed also that the jque

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-05-28 Thread Robin Komiwes
Hi! Just saw your email. Dialog component is still under development and will be released with 1.1.0. Anyway, there is a test application bundled with this project. Each component is tested in a custom page which could also be used a sample. You may be interested by: http://github.com/got5/tapestr

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-05-26 Thread Nikola Milikic
Hi, Thanks for the job done on integrating jquery with Tapestry. I wanted to test it a bit, but I'm not managing to do everything I wanted. Can anyone plz help me how to use Dialog window(or maybe lightbox style dialog)? I can't make it working. Thanks! Regard

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-04-29 Thread Piero Sartini
Great news! Thanks for all the hard work! - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

RE: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-04-28 Thread Jim O'Callaghan
Thanks Robin that sorted out the startup problem. Regards, Jim. -Original Message- From: Robin Komiwes [mailto:odiss...@gmail.com] Sent: 28 April 2010 19:15 To: Tapestry users Subject: Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources Ok, I forgot to add

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-04-28 Thread Robin Komiwes
Ok, I forgot to add manifest entry for the jquery module autoloading. :) Corrected and pushed to Github. Snapshot should be rebuilt in a couple of minutes. On Wed, Apr 28, 2010 at 7:58 PM, Robin Komiwes wrote: > NullPointerException... I must have forgot something. Such a shame, I was > pretty s

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-04-28 Thread Robin Komiwes
NullPointerException... I must have forgot something. Such a shame, I was pretty sure that my tests were protecting the library from that kind of issues. :) Would you mind to open an issue on Github with your stacktrace and AppModule? Thanx, Robin On Wed, Apr 28, 2010 at 7:12 PM, Jim O'Callagha

RE: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-04-28 Thread Jim O'Callaghan
Hi, Would be very interested to try this out, but am getting a java.lang.RuntimeException on startup: Caused by: java.lang.RuntimeException: Error invoking constructor org.got5.tapestry5.clientresources.services.ContribuableClientInfrastructure (Map, String, String, AssetSource, ThreadLocale, Sy

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-04-28 Thread Charith Madusanka
great work robin. charith On Wed, Apr 28, 2010 at 3:24 PM, Robin Komiwes wrote: > Hey there, > > We are glad to introduce "tapestry5-jquery": a jQuery integration > for Tapestry 5! This integration is already available as a maven > artifact. This library fully drop out Prototype, Scriptaculous,