Re: T4: Async submit client side listeners

2008-06-04 Thread Paul Stanton
Thanks, event.connect should work. Andreas Andreou wrote: I think tapestry.form.submit(formId, submitName, parms) is called for async submit you can dojo.event.connect on it and do stuff when it finishes On Tue, Jun 3, 2008 at 7:19 AM, Paul Stanton <[EMAIL PROTECTED]> wrote: Hi all, I

users@tapestry.apache.org

2008-06-04 Thread Thiago H de Paula Figueiredo
On Wed, 04 Jun 2008 21:26:57 -0300, 滕训华 <[EMAIL PROTECTED]> wrote: but the font in this page is still large. Why? With Firebug, right-click your text and then "Inspect Element". In the CSS tab, it will show exactly what CSS rules are being applied and in which order. Thiago -

Re: ANN: Tapestry 5 Talk

2008-06-04 Thread Igor Drobiazko
You don't have to register but If you have a XING account, join the rheinjug group and confirm your attendance. It is not must, but makes the life of the organizer easier. Looking forward to meet you. On Wed, Jun 4, 2008 at 1:56 PM, nille hammer <[EMAIL PROTECTED]> wrote: > > Hi Igor, > > I am g

Re: ANN: Tapestry 5 Talk

2008-06-04 Thread Andreas Andreou
Nice to see such initiatives - i'm sure it'll go great, esp. if members of this list also get to meet each other. On Wed, Jun 4, 2008 at 2:56 PM, nille hammer <[EMAIL PROTECTED]> wrote: > > Hi Igor, > > I am going to be there. I do not exactly live near Düsseldorf (actually near > Frankfurt), but

Re: ANN: Tapestry 5 Talk

2008-06-04 Thread Renat Zubairov
Yes, there is no registration required, basically just come and listen. There will be also some snacks and (probably) bier after the session :) Concerning web broadcast, we need to ask Uni-Dusseldorf people since they are providing the hall for the JUG. Renat 2008/6/4 nille hammer <[EMAIL PROTECT

how to manage the Event with @OnEvent annotacion by Pablo Castrejon

2008-06-04 Thread Pablo Castrejón Montero
Hi, What syntax @ OnEvent to control a change in a label ?? thanks _ La vida de los famosos al desnudo en MSN Entretenimiento http://entretenimiento.es.msn.com/

Re: Displaying form data in Tapestry 5

2008-06-04 Thread gmochel
Where is the magic in BeanSelect? first, the required parameter valueField is not in the sample... ok, i have put this. but now the error is: java.lang.NoSuchMethodError org.apache.tapestry.internal.OptionModelImpl.(Ljava/lang/String;Ljava/lang/Object;)V i am stopped for 5 days in it... org.ap

RE: java.lang.NoClassDefFoundError: org/apache/tapestry/test/TapestryTestConstants

2008-06-04 Thread Russell Brown
Doh! Yes. Thanks. That does it. Cheers Russell -Original Message- From: David Roberts [mailto:[EMAIL PROTECTED] Sent: Wed 6/4/2008 2:43 PM To: Tapestry users Subject: Re: java.lang.NoClassDefFoundError: org/apache/tapestry/test/TapestryTestConstants Well PageTester is definitely in

Re: T5: onPrepare - how to diffrentiate the render phase from the process phase ?

2008-06-04 Thread Thiago H de Paula Figueiredo
On Wed, 04 Jun 2008 10:42:02 -0300, Stephane Decleire <[EMAIL PROTECTED]> wrote: Thanks Thiago, didn't know those two events exist. You're welcome! The best place to look when you don't know how to do something with some component is to look at the Tapestry 5 component reference: http:

Re: java.lang.NoClassDefFoundError: org/apache/tapestry/test/TapestryTestConstants

2008-06-04 Thread David Roberts
Well PageTester is definitely in Tapestry Core - but I had to include tapestry test module to get TapestryTestConstants - that was being used by PageTester - like your stacktrace so just add the tapestry test module. Russell Brown wrote: Hi, Using tapestry 5.0.11 I get a NoClassDefFoun

Re: T5: onPrepare - how to diffrentiate the render phase from the process phase ?

2008-06-04 Thread Stephane Decleire
Thanks Thiago, didn't know those two events exist. Thiago H de Paula Figueiredo a écrit : On Wed, 04 Jun 2008 10:04:21 -0300, Stephane Decleire <[EMAIL PROTECTED]> wrote: How can we check in onPrepare if the function is called during the process of the form or during the render phase ? Use

Problems with tomcat deployed with cargo

2008-06-04 Thread Dan Adams
I'm trying to set up some integration tests to run in tomcat 5.5.26 deployed with cargo. Roughly the procedure run by maven is: - package app - start tomcat - deploy app into tomcat - start selenium - run the tests - stop selenium - stop tomcat All of that actually works *except* that I'm

java.lang.NoClassDefFoundError: org/apache/tapestry/test/TapestryTestConstants

2008-06-04 Thread Russell Brown
Hi, Using tapestry 5.0.11 I get a NoClassDefFoundError when I try and use the PageTester class as described in the documents here (http://tapestry.apache.org/tapestry5/tapestry-core/guide/unit-testing-pages.html) when I try to create a new Instance of PageTester. The stack trace is as follows:-

Re: T5: onPrepare - how to diffrentiate the render phase from the process phase ?

2008-06-04 Thread Thiago H de Paula Figueiredo
On Wed, 04 Jun 2008 10:04:21 -0300, Stephane Decleire <[EMAIL PROTECTED]> wrote: How can we check in onPrepare if the function is called during the process of the form or during the render phase ? Use two different methods: one handling Form.PREPARE_FOR_RENDER and another handling Form.PRE

T5: onPrepare - how to diffrentiate the render phase from the process phase ?

2008-06-04 Thread Stephane Decleire
How can we check in onPrepare if the function is called during the process of the form or during the render phase ? Stephane

Re: Form AJAX submission with Zone component appears to break if form validation is added.

2008-06-04 Thread Thiago H de Paula Figueiredo
On Wed, 04 Jun 2008 01:00:43 -0300, Jun Tsai <[EMAIL PROTECTED]> wrote: I have the same problem. Any T5 event handler method that is fired by AJAX must return a Block or Zone containing the new zone content, so you have to return your Zone in your validation method when validation fails. ;

Re: ANN: Tapestry 5 Talk

2008-06-04 Thread nille hammer
Hi Igor, I am going to be there. I do not exactly live near Düsseldorf (actually near Frankfurt), but meeting some fellows of the mail list in real life is definately worth a travel. I have looked at the rheinjug.de Website. No registration needed? Just come and listen? Is that right? Lookin

Contributing to BeanBlockSource and HibernateEntityValueEncoder

2008-06-04 Thread Massimo Lusetti
The HibernateEntityValueEncoder (very nice feature!) does not work properly when needs to look up a property from a PropertyEditContext from within a BeanBlock contributed to the main BeanBlockSource. I mean i got an entity Customers which has a property Provinces which is another entity. When it

how can I handle dynamic generated checkboxs

2008-06-04 Thread Naresh Chandra Biswas
hi, I am new in tapestry. I need to make dynamic checkboxs according to my database. I have written the following code for html file Name ID but i can'

Re: ANN: Tapestry 5 Talk

2008-06-04 Thread Sven Homburg
is there a possibility to stream that event into the web ? 2008/6/4 Igor Drobiazko <[EMAIL PROTECTED]>: > Hi all, > > me and Renat Zubairov will give a Tapestry 5 Talk at our local JUG (24th > June): > http://rheinjug.de/images/stories/017_vortrag_tapestry/017_poster.pdf< > http://rheinjug.de/ka

Re: Newbie

2008-06-04 Thread Menno Kok
Adam, Who Emanuel is? You tell me my english is poor? I know so do not tell me. Many tapestry people is friendly so please be friendly too. Menno - Original Message From: Adam Zimowski <[EMAIL PROTECTED]> To: Tapestry users Sent: Wednesday, June 4, 2008 3:01:45 AM Subject: Re: Newbie