Re: [ANN] ChenilleKit Release 1.0.0

2009-01-05 Thread Peter Stavrinides
One question... Size is an issue for me, and I also use maven, so do I need to source everything in to use it ? Thanks, Peter -- If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy, retain or redistribute it

Re: [T5] Request Management

2009-01-05 Thread Francois Armand
bmg125 wrote: Okay, so I tried contributing a MasterDispatcher. I contributed it with an order of after:PageRender, however it doesn't seem to be getting called. It seems that PageRenderDispatcher is interrupting the pipeline, so contributing a dispatcher after:PageRender isn't possible. An

Re: zone problems

2009-01-05 Thread Francois Armand
Joachim Van der Auwera wrote: Howard Lewis Ship wrote: Looks reasonable to me; another alternative is to assign the id parameter of the zone to a value you know will be unique on the client side. Sometimes having Tapestry provide a dynamic client id is not the best approach. How could that be

Re: T5: How to inject a Link

2009-01-05 Thread Jonathan O'Connor
Folks, for posterity, I solved the problem using the request header fields. 1. the host header field is always guaranteed (according to the HTTP spec http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23) to exist. 2. The referer header field is always there because I'm handling a form

About "RadioButton" and "CheckBox"...

2009-01-05 Thread Gutemberg A. Da Silva
Hello guys, I'd like to know how to use "RadioButton" and "CheckBox". What do I need to have in Java Class and file ".tml"? I thank for attetion, guys. -- Gutemberg A. Da Silva

Re: [T5] 5.0.18 Email validator validates 1...@1

2009-01-05 Thread Ulrich Stärk
Otho schrieb: It just occured to me that the email validator used with the @Validate annotation validates an email-address like 1...@1, which shouldn't be possible when looking at the source of the Validator. To my knowledge, 1 is a perfectly legal (although odd) host name and thus qualifies fo

Push event using AJAX from server to client

2009-01-05 Thread Peter Stavrinides
Hi everyone, Happy New Year! Has anyone played with AJAX push events? I would like to send a simple notification message (generated on the server via clicking a button) to client browsers... I am not even sure how to begin or if Tapestry can facilitate it. Thanks for your help, Peter

Re: T5 newbie books/tutorials and a couple of questions?

2009-01-05 Thread Geoff Callender
Kevin, I, too, would recommend using a new entity to resolve the many-to-many into a pair of one-to-many relationships. But please don't ask me to justify that statement - I came to the conclusion too long ago to remember the reasons. All I remember is that it's less pain in the long ru

generate input fileds dynamically

2009-01-05 Thread tapestry5
I am using Tapestry 5.0.18 stable version. I have a requirement where i need list of key value pair. In page there is a button "Add New" On click of "Add New" two input fields should be shown which is "key" "value". There can be n number of key value pair. I am not sure how to achieve this fea

Re: [ANN] ChenilleKit Release 1.0.0

2009-01-05 Thread Peter Stavrinides
Sorry my bad, I see you have already implied that! Thanks, Peter -- If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy, retain or redistribute it. Please visit http://www.albourne.com/email.html for importan

Re: About "RadioButton" and "CheckBox"...

2009-01-05 Thread Shing Hing Man
There are examples on RadioButton and Checkbox in the Tapestry 5 source code repository. I have an example on them at http://lombok.demon.co.uk/tapestry5Demo/ Shing Home page : http://www.lombok.demon.co.uk/ --- On Tue, 6/1/09, Gutemberg A. Da Silva wrote: > From: Gutemberg A. Da Silva

Re: generate input fileds dynamically

2009-01-05 Thread Shing Hing Man
Have you check out the FormInjector component. There is an example in the Tapestry 5 source code repository that does something similar to what you are asking. Shing Home page : http://www.lombok.demon.co.uk/ --- On Tue, 6/1/09, tapestry5 wrote: > From: tapestry5 > Subject: generate inp

Rapid turnaround with Tapestry 5 blog post

2009-01-05 Thread Borut Bolčina
Hi folks, I made another post. This time with screencast to better demonstrate the principle of live class reloading to newcomers. Comments welcome at http://bbwebcraft.blogspot.com/ Cheers, Borut

Re: [T5.1] Doctype disappearing when deployed on production server

2009-01-05 Thread Joost Schouten (mailing lists)
Ok, after a few weeks of ignoring the problem I git back to it and managed to fix it. It turned out to be completely Tapestry unrelated. Resin contributes its own XMLReader which seems to completely ignore DOCTYPE's. Making Resin use xerces in stead by adding this system property to the resin conf