Re: FormFragment issue with radiobutton

2012-03-16 Thread Beat Durrer
ks a lot Beat issue is fixed at my end :) > > -Original Message- > From: Anuj Mittal [mailto:anmit...@adobe.com] > Sent: Friday, March 16, 2012 11:04 AM > To: Tapestry users > Subject: RE: FormFragment issue with radiobutton > > Thanks Beat for your reply. I am new to tap

RE: FormFragment issue with radiobutton

2012-03-16 Thread Anuj Mittal
Thanks a lot Beat issue is fixed at my end :) -Original Message- From: Anuj Mittal [mailto:anmit...@adobe.com] Sent: Friday, March 16, 2012 11:04 AM To: Tapestry users Subject: RE: FormFragment issue with radiobutton Thanks Beat for your reply. I am new to tapestry can you please point

RE: FormFragment issue with radiobutton

2012-03-15 Thread Anuj Mittal
Thanks Beat for your reply. I am new to tapestry can you please point me to how\where to add these custom effects. -Original Message- From: Beat Durrer [mailto:bdur...@gmail.com] Sent: Friday, March 16, 2012 12:12 AM To: Tapestry users Subject: Re: FormFragment issue with radiobutton

Re: FormFragment issue with radiobutton

2012-03-15 Thread Beat Durrer
Hi all, Have you tried using a custom show/hide effect, which is faster? I'm using this one: Tapestry.ElementEffect = { fastfade: function(element){ Effect.Fade(element, { duration: 0.1 }); }, fastshow: function(element){ Effect.Appear(element, { duration: 0.5 });