Re: [Wicket-user] Input Field background color change on validation

2007-01-15 Thread Cliff Pereira
Hi, first of all. Thanks for your help. This version seems much easier and clearer to me. But still I do not now where to validate the input of the field. Should I use the wicket validators? I'm not so familiar with that. Would be kind, if you could give me one or two more hints! The models

[Wicket-user] Input Field background color change on validation

2007-01-14 Thread Cliff Pereira
Hello Mailinglist again, I tried to implement a simple input field where you can e.g. enter your username. Now I want to let the background of the textfield be red while it is not valid. And if it's finally valid it should change to green (during the input). My problem is, that I always loose

Re: [Wicket-user] Ajax Behaviour on RadioChoice

2007-01-14 Thread Cliff Pereira
, Cliff Pereira [EMAIL PROTECTED]: Hi Igor, thanks for the hint. This works perfect! I still don't no why it works with the SubmitBehavior, because in my eyes it actually is a change and therefore an update and not a submit, but thanks again. Can I use the same thing for Input validation

Re: [Wicket-user] Ajax Behaviour on RadioChoice

2007-01-12 Thread Cliff Pereira
? Cliff 2007/1/12, Igor Vaynberg [EMAIL PROTECTED]: im surprised your protected void onUpdate(AjaxRequestTarget target) is even called! try using AjaxFormSubmitBehavior instead of the formcomponentupdating one. -igor On 1/11/07, Cliff Pereira [EMAIL PROTECTED] wrote: ok, so far I managed

[Wicket-user] Ajax Behaviour on RadioChoice

2007-01-11 Thread Cliff Pereira
Hello Mailinglist, We just started a project using the wicket framework. It's working so far and we want to add some AJAX behaviour to our project. But nothing really works. I've made an example with a radio choice and a label that should actually change it's content on selectionChange of the

Re: [Wicket-user] Ajax Behaviour on RadioChoice

2007-01-11 Thread Cliff Pereira
ups, sorry. Totally forgot that :-) 2007/1/11, Igor Vaynberg [EMAIL PROTECTED]: lets see your code -igor On 1/11/07, Cliff Pereira [EMAIL PROTECTED] wrote: Hello Mailinglist, We just started a project using the wicket framework. It's working so far and we want to add some AJAX

Re: [Wicket-user] Ajax Behaviour on RadioChoice

2007-01-11 Thread Cliff Pereira
[EMAIL PROTECTED]: if he is using wantonselectionchangednotification he is not using ajax :) -igor On 1/11/07, Matej Knopp [EMAIL PROTECTED] wrote: I'm not wrong we don't support (yet) the ajax update on radio selection. -Matej Cliff Pereira wrote: Hello Mailinglist, We just started