How do you deal with dynamic fields

2008-06-12 Thread Eric BIANCHI
, I always get the last Field of the Form. Any ideas. Thanks Eric -- Eric BIANCHI <[EMAIL PROTECTED]> http://www.rodanotech.ch - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5: dynamically set disabled attribute

2008-01-18 Thread Eric BIANCHI
onentResources(), "prop", "disabled"); b.set(true); } Tapestry gives me : Expression disabled for class org.apache.tapestry.corelib.component.TextField is read-only. Thanks and Best Regards, Eric -- Eric BIANCHI http://www.rodanotech.ch Le 17 janv. 08 à 16:05, Eric BI

T5: dynamically set disabled attribute

2008-01-17 Thread Eric BIANCHI
Any hints would be highly appreciated. Thanks and best regards, Eric -- Eric BIANCHI http://www.rodanotech.ch - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Ajax, Partial Rendering and Tapestry 5

2007-11-23 Thread Eric BIANCHI
gards. Eric -- Eric BIANCHI --- [EMAIL PROTECTED] http://www.rodanotech.ch Skype: erbianchi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

EventListener is not working in 4.1.2 [UPDATED]

2007-05-28 Thread Eric BIANCHI
in. --- CUT HERE --- Well, I finally found a workaround. It seems that the EventListener Annotation doesn't work if the id contains _ For example : targets = "transplantHasHistory" works great in 4.1.2, "transplant_has_history" does not. Do i have to fill a bug

EventListener is not working in 4.1.2

2007-05-18 Thread Eric BIANCHI
Hello List, I've been happily using the EventListener Annotation in Tapestry 4.1.1 and everything works fine. Using the latest snapshot (4.1.2), my EventListener doesn't work anymore. Here's my code : delegate="ognl:validationDelegate" clientValidationEnabled="false"> @EventL