Re: Tapestry Jquery Chrome problem

2011-10-02 Thread Emmanuel DEMEY
Hi We use Github for reporting problems. You can maybe report it on the Google Group of the Tapestry-jQuery project : https://groups.google.com/forum/?hl=fr#!forum/tapestry5-jquery I will send you a patch today by email. Emmanuel 2011/10/2 bhorvat > Yea that file is missing. Do you have an id

Re: Custom component

2011-10-02 Thread Rendy Tapestry
Thanks Taha, I'll give your second suggestion a try. Thanks, Rendy. On Sun, Oct 2, 2011 at 11:03 PM, Taha Hafeez Siddiqi < tawus.tapes...@gmail.com> wrote: > Hi Rendy > > Your component, if fits the definition of a form field, can extend > AbstractField and then override processSubmission() met

Re: T5: ValidationException from validate event leads to ERROR level logger statement

2011-10-02 Thread Steve Eynon
Hi Felix, I remember seeing the same behaviour you mention in the past - ValidationExceptions being handled correctly but also being logged as an error. But I've not seen it happen in a while now and after a quick test I'm not able to replicate it either. We're using T5.2.6, you may want to try up

Re: T5.2 form reset on back button

2011-10-02 Thread Rendy Tapestry
Hi Geoff, I am using Firefox 6.0.2 and accessing http://jumpstart.doublenegative.com.au/jumpstart/examples/state/sharingacrossmultiplepages1 I fill field apple quantities, etc, and then next, and then click browser back button, and everything reset as just first render of that page. But if I use

Re: Configuration problem? Not launching properly, after renaming of some packages

2011-10-02 Thread Steve Eynon
Does the "tapestry.app-package" context parameter in your web.xml still point to the correct place where T5 can find your Module class? http://tapestry.apache.org/configuration.html My Tapestry Application tapestry.app-package * check the value below * org.examp

Re: T5.2 form reset on back button

2011-10-02 Thread Steve Eynon
There is nothing in T5 that explicitly resets form data when you refresh a page. If you ensure your form data is persisted when the form is submitted, then when you refresh your page, there is no reason why your fields should not display said data. On 3 October 2011 09:10, Geoff Callender wrot

Re: T5.2 form reset on back button

2011-10-02 Thread Geoff Callender
I haven't seen this problem. Can you find an example in JumpStart that has this behaviour? On 03/10/2011, at 2:58 AM, Rendy Tapestry wrote: > Anyone resolved this problems ? I encountered the same things. > > Thank you, > Rendy. > > On Fri, Sep 23, 2011 at 5:13 AM, Christoph Jäger < > christop

Re: Tapestry component for input multiple=multiple

2011-10-02 Thread Taha Hafeez Siddiqi
I think Julien wants to map a component generated by jQuery at the client side with a tapestry component at the server side. On Oct 3, 2011, at 5:39 AM, Josh Canfield wrote: > I don't understand, I must be missing something that is unspoken. Why can't > you do this with a simple loop. When is t

Re: Tapestry component for input multiple=multiple

2011-10-02 Thread Josh Canfield
I don't understand, I must be missing something that is unspoken. Why can't you do this with a simple loop. When is the data for the HTML known? On Oct 2, 2011 8:56 AM, "Taha Hafeez Siddiqi" wrote: > Hi Julien > > As Tapestry's structure is not dynamic, you cannot map a dynamically generated html

Re: Tapestry Jquery Chrome problem

2011-10-02 Thread bhorvat
Yea that file is missing. Do you have an idea why? Also why this error only affects Chrome in normal mode? I am only using jquery. Should I report this to someone? Don't have a git account so not sure how to report this problem if this is a problem to report to. -- View this message in contex

Re: Tapestry Jquery Chrome problem

2011-10-02 Thread Emmanuel DEMEY
Hi Does your application use only jQuery, or jQuery + Prototype? In your generated HTML, do you have the tapestry-message.js file ? I think this file is missing, and the Tapestry.Messages object. Emmanuel 2011/10/2 bhorvat > Forgot to mention when this error is thrown it messes with the rest

Re: Tapestry Jquery Chrome problem

2011-10-02 Thread bhorvat
Forgot to mention when this error is thrown it messes with the rest of the javascript on that page. So when I click the url that will refresh an ajax part of the page it doesn't work. So any ideas? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-Jquery-Chrome-pro

Re: Tapestry component for input multiple=multiple

2011-10-02 Thread Julien Martin
Thanks Taha. Do you know when Tapestry will support this html5 component? Regards, Julien. 2011/10/2 Taha Hafeez Siddiqi > Hi Julien > > As Tapestry's structure is not dynamic, you cannot map a dynamically > generated html to Tapestry component. > > What you can do is use a hidden component and

Re: Custom component

2011-10-02 Thread Taha Hafeez Siddiqi
Hi Rendy Your component, if fits the definition of a form field, can extend AbstractField and then override processSubmission() method. Otherwise you can @Inject FormSupport and then use FormSupport#storeAndExecute() to execute a ComponentAction regards Taha On Oct 2, 2011, at 9:18 PM, Rendy

Re: T5.2 form reset on back button

2011-10-02 Thread Rendy Tapestry
Anyone resolved this problems ? I encountered the same things. Thank you, Rendy. On Fri, Sep 23, 2011 at 5:13 AM, Christoph Jäger < christoph.jae...@derwald.at> wrote: > Hi, > > I am migrating an application from Tapestry 5.0.16 to 5.2.6. There were > some things to change, but it was not too ba

Re: Tapestry component for input multiple=multiple

2011-10-02 Thread Taha Hafeez Siddiqi
Hi Julien As Tapestry's structure is not dynamic, you cannot map a dynamically generated html to Tapestry component. What you can do is use a hidden component and update the component using javascript. regards Taha On Oct 2, 2011, at 9:03 PM, Julien Martin wrote: > Hello, > I have the follow

Custom component

2011-10-02 Thread Rendy Tapestry
Hi All, Is it possible to have a custom component with a method that will getting called when the enclosing form is being submitted ? In that method, I want to change some parameter of that custom component. Thanks, Rendy.

Tapestry component for input multiple=multiple

2011-10-02 Thread Julien Martin
Hello, I have the following html generated by a jQuery plugin i.e. FCBKComplete (see below). I am relatively new to Tapestry. Can any of you advise as to what Tapestry component will properly map to the code below. * * * 75003 * * 75002* *75006* ** Thanks in advance, Julien Martin.

Configuration problem? Not launching properly, after renaming of some packages

2011-10-02 Thread bigcache1
I have done some refactoring recently, and now when I'm launching an application, I'm getting just list of tml files, instead of being redirected to the login page. http://cs9464.vk.com/u34640775/142808764/z_e54f894e.jpg http://tapestry.1045711.n5.nabble.com/file/n4861415/z_e54f894e.jpg Notific