Re: MyFaces - Avoid submitting a form twice

2008-09-30 Thread RajaManickam
Thanks Mert. Regards, Raja Mert Çalışkan wrote: I did some work on that, blogged at http://www.jroller.com/mert/entry/jsf_preventing_double_form_submit Cheers, Mert.. On Tue, Sep 30, 2008 at 1:16 PM, RajaManickam <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

MyFaces - Avoid submitting a form twice

2008-09-30 Thread RajaManickam
Hi, I am trying to implement a functionality where the users should be prevented from submitting the form twice. I tried using javascript which disables the button on user click. But the issue is the action itsels is not getting called when the button is disabled. Can someone suggest me a sol

Tomahawk Regular Expression Validator

2008-08-20 Thread RajaManickam
Hi, I am trying to use the tomahawk regular expression validator in MyFaces. If I use the tag as shown below | it doesn't work and comes up with the validation message for all my input. However the same regular expression works perfectly fine with the String#matches in java. I want to do the