Re: CheckBox handling with Ajax.

2008-08-02 Thread rit
Thanks Vishy , this is i am already doing , issue is my ajax code is not firing , it only fire when i click the check box. i didn't understand why it is not firing on uncheck. rit vishy_sb wrote: > > Well you need to put the component (say component) which you want to make >

CheckBox handling with Ajax.

2008-08-01 Thread rit
I have strange situation while handling Ajax on check box. I have a scenario , On click of check box i need to hide one component and on uncheck i need to show the component back . when i select the check box my Ajax fires and component hide , but when i unselect the check box , my ajax doesn't f

Inline JavaScript form submit

2008-07-10 Thread rit
Hi All, I have an added Behaviour on button to prevent double submitting . i have added inline script button.setOnClickScript("this.disabled = true; this.className = this.className + ' disabled'; "); which is working fine for me and disabling my button on first click , but the issue is after d

wicket-1.3.0-beta2 - Type valiation Error

2008-03-19 Thread rit
After migrating from wicket-1.2.6 to wicket-1.3.0-beta2 I had the following problem: The problem with the type Validation and Requried one . I have a scenario where i have Component inside another component . and i have to validate inside component. Wicket - 1-2.6 was good in that , as it's go