T5: How to set different parttern with my customized Date translator with

2007-09-08 Thread smithfox
I want to use the DateTranslator as following: I implemented "Translator", I can only write fixed pattern in DateTranslator,but how to get different pattern information from page template. -- View this message in context: http://www.nabble.com/T5%3A-How-to-set-different-parttern-with-my-cust

Re: Who Use Tapestry

2007-09-08 Thread Carlos Delfino Carvalho Pinheiro
Thanks for all responses! 2007/9/6, Kolesnikov, Alexander GNI <[EMAIL PROTECTED]>: > > Just as a quick response - this is not a success story yet, but the > project is close to completion. I joined CIGNA International, which is > one of the biggest international medical insurance companies, in Jan

Re: [ANN] Tacos 4.1.0 release

2007-09-08 Thread Kalle Korhonen
As a sidenote; the latest HTMLunit understands even Dojo's Javascript quite fine. Kalle On 9/8/07, Renat Zubairov <[EMAIL PROTECTED]> wrote: > > My last question was a bit stupid one, it is actually working (just > tried it on the demo). That's really great, that I wouldn't need to > redo all my

Re: [ANN] Tacos 4.1.0 release

2007-09-08 Thread Renat Zubairov
My last question was a bit stupid one, it is actually working (just tried it on the demo). That's really great, that I wouldn't need to redo all my HTTPUnit based automated acceptance tests that do not understand Javascript. :) Thanks! Renat On 08/09/07, Renat Zubairov <[EMAIL PROTECTED]> wrot

Re: [ANN] Tacos 4.1.0 release

2007-09-08 Thread andyhot
well... i dont know ;) you try... http://lombok.demon.co.uk/tacosDemo41/forms/Tree.html Renat Zubairov wrote: Great, thank you very much for the information. I'm eager to try to port my old T4.0 contrib:Tree to the new Tacos tree. BTW will it also work when javascript is not available? Renat

Re: [ANN] Tacos 4.1.0 release

2007-09-08 Thread Renat Zubairov
Great, thank you very much for the information. I'm eager to try to port my old T4.0 contrib:Tree to the new Tacos tree. BTW will it also work when javascript is not available? Renat On 08/09/07, andyhot <[EMAIL PROTECTED]> wrote: > Renat Zubairov wrote: > > Actually I'm quite glad that it is not

Re: [ANN] Tacos 4.1.0 release

2007-09-08 Thread andyhot
Renat Zubairov wrote: Actually I'm quite glad that it is not a Dojo tree because in my opinion it's too heavy for my simple usecases. I think that was Jesse's opinion as well :) What is required tapestry version for Tacos 4.1? The idea is that each tacos 4.1 release will support the la

Re: [ANN] Tacos 4.1.0 release

2007-09-08 Thread Renat Zubairov
Actually I'm quite glad that it is not a Dojo tree because in my opinion it's too heavy for my simple usecases. What is required tapestry version for Tacos 4.1? Renat On 08/09/07, andyhot <[EMAIL PROTECTED]> wrote: > Renat, i dont remember ever it being the dojo tree... even in the > previous ver

Re: [ANN] Tacos 4.1.0 release

2007-09-08 Thread andyhot
Renat, i dont remember ever it being the dojo tree... even in the previous versions. It's just a combination of css and (Ajax)DirectLinks updating the correct segment. That said, i'm curious if dojo's tree can now be constructed using the dojo:Widget component Renat Zubairov wrote: Interesti

Re: T5: Two simple questions

2007-09-08 Thread Filip S. Adamsen
(2) is in the Component Reference at http://tapestry.apache.org/tapestry5/tapestry-core/component-parameters.html: "The submit responsible for the form submission will post a notification that allows the application to know that it was the responsible entity. The notification is named "selecte

Re: [ANN] Tacos 4.1.0 release

2007-09-08 Thread Renat Zubairov
Interesting, you are no longer using Dojo for tree? Tree is not in Dojo part of the demo anymore. What kind of tree is used right now? Renat On 07/09/2007, Shing Hing Man <[EMAIL PROTECTED]> wrote: > I have deployed the Tacos Demo 4.1.1 on my server at > > http://lombok.demon.co.uk/tacosDemo41/ap

Re: T5: Two simple questions

2007-09-08 Thread Marcus Schmidke
Filip, thank you - (2) is perfect. I would never had guessed that. I tried onAction... and onSubmit ... Did I miss some documentation, or is it simply not documented so far? But (1) I still don't understand. Where do I have to put this method? Marcus. 2007/9/8, Filip S. Adamsen <[EMAIL PROTECTE

Re: T5: Two simple questions

2007-09-08 Thread Filip S. Adamsen
1: public static void contributeValueEncoderSource( MappedConfiguration configuration) { configuration.add(Your.class, new YourValueEncoderFactory()); } 2: onSelectedFromX if I recall correctly. -Filip Marcus Schmidke skrev: Hello all, I'm sorry I am really having problems to find the doc

T5: @Parameter writes into the field without using the setter method?

2007-09-08 Thread Marcus Schmidke
Hello, I've written a component which has a parameter field marked as "@Parameter". This works fine, but if I try to do some other work in the setter method for this parameter, I can see that it isn't called. Trying to put @Parameter annotation on the method fails because it's a field annotation.

T5: Two simple questions

2007-09-08 Thread Marcus Schmidke
Hello all, I'm sorry I am really having problems to find the documentation for the simplest things. Please forgive me having another two RTFM questions: 1. How can I register a ValueEncoderFactory application wide so that it is automatically used? In other words, how do I "contribute a org.apache